Html Css Color HEX #694708 Raw Umber

📋 copy color: '#694708'

red 105 ◦ green 71 ◦ blue 8

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

Shades of Raw Umber #694708

Tints of Raw Umber #694708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

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

R = 57.07%
G = 38.59%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#694708 (or 0x694708) is known color: Raw Umber. HEX triplet: 69, 47 and 08. RGB value is (105,71,8). Sum of RGB (Red+Green+Blue) = 105+71+8=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694708 is #96B8F7. Grayscale: #4A4A4A. Windows color (decimal): -9877752 or 542569. OLE color: 542569.

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

Color convert

RGB 105 71 8 -
CMYK 0 0.32 0.92 0.59
HSL 38.97º 0.86% 0.22% -
HSV(B) 38.97º 0.92% 0.41% -
XYZ 8.12 7.53 1.25 -
YUV 73.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 105 71 8 0 0.32 0.92 0.59 38.97 0.86 0.22
Hex 69 47 8 0 20 5C 3B 27 56 16
Octal 151 107 10 0 40 134 73 47 126 26
Binary 1101001 1000111 1000 0 100000 1011100 111011 100111 1010110 10110

Color Harmonies of #694708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694708

Black with #694708

Text Example


Text Example

White with #694708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694708; }

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

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

background-color css

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

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

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

border-color css

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

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

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