#694C02

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

Shades of Raw Umber #694C02

Tints of Raw Umber #694C02

Color information

#694C02 (or 0x694C02) is unknown color: approx Raw Umber. HEX triplet: 69, 4C and 02. RGB value is (105,76,2). Sum of RGB (Red+Green+Blue) = 105+76+2=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C02 is #96B3FD. Grayscale: #4C4C4C. Windows color (decimal): -9876478 or 150633. OLE color: 150633.

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

Color convert

RGB105762-
CMYK00.280.980.59
HSL43.11º96.26%20.98%-
HSV(B)43.11º98.1%41.18%-
XYZ8.428.181.19-
YUV76.2386.11148.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=57.38%
G=41.53%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10576200.280.980.5943.1196.2620.98
Hex694C201C623B2b6015
Octal1511142034142735314025
Binary11010011001100100111001100010111011101011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C02; }

 p { color: rgb(105,76,2); }

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

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

 a { background-color: rgb(105,76,2); }

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

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

 span { border-color: rgb(105,76,2); }

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