Html Css Color HEX #694C08 Raw Umber

📋 copy color: '#694C08'

red 105 ◦ green 76 ◦ blue 8

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

Shades of Raw Umber #694C08

Tints of Raw Umber #694C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

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

R = 55.56%
G = 40.21%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#694C08 (or 0x694C08) is known color: Raw Umber. HEX triplet: 69, 4C and 08. RGB value is (105,76,8). Sum of RGB (Red+Green+Blue) = 105+76+8=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #694C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C08 is #96B3F7. Grayscale: #4D4D4D. Windows color (decimal): -9876472 or 543849. OLE color: 543849.

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

Color convert

RGB 105 76 8 -
CMYK 0 0.28 0.92 0.59
HSL 42.06º 0.86% 0.22% -
HSV(B) 42.06º 0.92% 0.41% -
XYZ 8.45 8.19 1.36 -
YUV 76.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 105 76 8 0 0.28 0.92 0.59 42.06 0.86 0.22
Hex 69 4C 8 0 1C 5C 3B 2A 56 16
Octal 151 114 10 0 34 134 73 52 126 26
Binary 1101001 1001100 1000 0 11100 1011100 111011 101010 1010110 10110

Color Harmonies of #694C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C08

Black with #694C08

Text Example


Text Example

White with #694C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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