Html Css Color HEX #694A18 Raw Umber

📋 copy color: '#694A18'

red 105 ◦ green 74 ◦ blue 24

#694A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #694A18

Tints of Raw Umber #694A18

RGB

 RED value IS 105 (41.41% from 255) = 51.72%

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 51.72%
G = 36.45%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#694A18 (or 0x694A18) is known color: Raw Umber. HEX triplet: 69, 4A and 18. RGB value is (105,74,24). Sum of RGB (Red+Green+Blue) = 105+74+24=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A18 is #96B5E7. Grayscale: #4D4D4D. Windows color (decimal): -9876968 or 1591913. OLE color: 1591913.

HSL color Cylindrical-coordinate representation of color #694A18: hue angle of 37.04º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #694A18 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 74 24 -
CMYK 0 0.30 0.77 0.59
HSL 37.04º 0.63% 0.25% -
HSV(B) 37.04º 0.77% 0.41% -
XYZ 8.44 7.97 1.96 -
YUV 77.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 105 74 24 0 0.30 0.77 0.59 37.04 0.63 0.25
Hex 69 4A 18 0 1E 4D 3B 25 3F 19
Octal 151 112 30 0 36 115 73 45 77 31
Binary 1101001 1001010 11000 0 11110 1001101 111011 100101 111111 11001

Color Harmonies of #694A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A18

Black with #694A18

Text Example


Text Example

White with #694A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,74,24); }

 H1.HeaderClassName
 {
   color: #694A18;
 }
 .AnyTagClassName
 {
   color: #694A18;
 }
</style>

background-color css

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

 a { background-color: rgb(105,74,24); }

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

border-color css

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

 span { border-color: rgb(105,74,24); }

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