Html Css Color HEX #694706 Raw Umber

📋 copy color: '#694706'

red 105 ◦ green 71 ◦ blue 6

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

Shades of Raw Umber #694706

Tints of Raw Umber #694706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.3%

R = 57.69%
G = 39.01%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#694706 (or 0x694706) is known color: Raw Umber. HEX triplet: 69, 47 and 06. RGB value is (105,71,6). Sum of RGB (Red+Green+Blue) = 105+71+6=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #694706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694706 is #96B8F9. Grayscale: #4A4A4A. Windows color (decimal): -9877754 or 411497. OLE color: 411497.

HSL color Cylindrical-coordinate representation of color #694706: hue angle of 39.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #694706 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 6 -
CMYK 0 0.32 0.94 0.59
HSL 39.39º 0.89% 0.22% -
HSV(B) 39.39º 0.94% 0.41% -
XYZ 8.11 7.52 1.2 -
YUV 73.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 105 71 6 0 0.32 0.94 0.59 39.39 0.89 0.22
Hex 69 47 6 0 20 5E 3B 27 59 16
Octal 151 107 6 0 40 136 73 47 131 26
Binary 1101001 1000111 110 0 100000 1011110 111011 100111 1011001 10110

Color Harmonies of #694706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694706

Black with #694706

Text Example


Text Example

White with #694706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694706; }

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

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

background-color css

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

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

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

border-color css

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

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

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