#694101

Color #694101 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #694101

Tints of Raw Umber #694101

Color information

#694101 (or 0x694101) is unknown color: approx Raw Umber. HEX triplet: 69, 41 and 01. RGB value is (105,65,1). Sum of RGB (Red+Green+Blue) = 105+65+1=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #694101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694101 is #96BEFE. Grayscale: #454545. Windows color (decimal): -9879295 or 82281. OLE color: 82281.

HSL color Cylindrical-coordinate representation of color #694101: hue angle of 36.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #694101 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB105651-
CMYK00.380.990.59
HSL36.92º98.11%20.78%-
HSV(B)36.92º99.05%41.18%-
XYZ7.726.790.93-
YUV69.6689.25153.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=61.40%
G=38.01%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10565100.380.990.5936.9298.1120.78
Hex69411026633B256215
Octal1511011046143734514225
Binary11010011000001101001101100011111011100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694101; }

 p { color: rgb(105,65,1); }

 H1.HeaderClassName
 {
   color: #694101;
 }
 .AnyTagClassName
 {
   color: #694101;
 }
</style>
background-color css

<style>
 a { background-color: #694101; }

 a { background-color: rgb(105,65,1); }

 div.DivClassName
 {
   background-color: #694101;
 }
 .BgClassName
 {
   background-color: #694101;
 }
</style>
border-color css

<style>
 span { border-color: #694101; }

 span { border-color: rgb(105,65,1); }

 td.TdClassName
 {
   border-color: #694101;
 }
 .TagClassName
 {
   border-color: #694101;
 }
</style>