Html Css Color HEX #694A08 Raw Umber

📋 copy color: '#694A08'

red 105 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #694A08

Tints of Raw Umber #694A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 56.15%
G = 39.57%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#694A08 (or 0x694A08) is known color: Raw Umber. HEX triplet: 69, 4A and 08. RGB value is (105,74,8). Sum of RGB (Red+Green+Blue) = 105+74+8=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #694A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A08 is #96B5F7. Grayscale: #4C4C4C. Windows color (decimal): -9876984 or 543337. OLE color: 543337.

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

Color convert

RGB 105 74 8 -
CMYK 0 0.30 0.92 0.59
HSL 40.82º 0.86% 0.22% -
HSV(B) 40.82º 0.92% 0.41% -
XYZ 8.32 7.92 1.32 -
YUV 75.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 105 74 8 0 0.30 0.92 0.59 40.82 0.86 0.22
Hex 69 4A 8 0 1E 5C 3B 29 56 16
Octal 151 112 10 0 36 134 73 51 126 26
Binary 1101001 1001010 1000 0 11110 1011100 111011 101001 1010110 10110

Color Harmonies of #694A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A08

Black with #694A08

Text Example


Text Example

White with #694A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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