Html Css Color HEX #694E18 Raw Umber

📋 copy color: '#694E18'

red 105 ◦ green 78 ◦ blue 24

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

Shades of Raw Umber #694E18

Tints of Raw Umber #694E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.68%

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

R = 50.72%
G = 37.68%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#694E18 (or 0x694E18) is known color: Raw Umber. HEX triplet: 69, 4E and 18. RGB value is (105,78,24). Sum of RGB (Red+Green+Blue) = 105+78+24=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #694E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E18 is #96B1E7. Grayscale: #505050. Windows color (decimal): -9875944 or 1592937. OLE color: 1592937.

HSL color Cylindrical-coordinate representation of color #694E18: hue angle of 40º 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 #694E18 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 78 24 -
CMYK 0 0.26 0.77 0.59
HSL 40º 0.63% 0.25% -
HSV(B) 40º 0.77% 0.41% -
XYZ 8.71 8.52 2.05 -
YUV 79.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 105 78 24 0 0.26 0.77 0.59 40 0.63 0.25
Hex 69 4E 18 0 1A 4D 3B 28 3F 19
Octal 151 116 30 0 32 115 73 50 77 31
Binary 1101001 1001110 11000 0 11010 1001101 111011 101000 111111 11001

Color Harmonies of #694E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E18

Black with #694E18

Text Example


Text Example

White with #694E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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