Html Css Color HEX #694606 Raw Umber

📋 copy color: '#694606'

red 105 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #694606

Tints of Raw Umber #694606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 58.01%
G = 38.67%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#694606 (or 0x694606) is known color: Raw Umber. HEX triplet: 69, 46 and 06. RGB value is (105,70,6). Sum of RGB (Red+Green+Blue) = 105+70+6=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694606 is #96B9F9. Grayscale: #494949. Windows color (decimal): -9878010 or 411241. OLE color: 411241.

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

Color convert

RGB 105 70 6 -
CMYK 0 0.33 0.94 0.59
HSL 38.79º 0.89% 0.22% -
HSV(B) 38.79º 0.94% 0.41% -
XYZ 8.05 7.4 1.18 -
YUV 73.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 105 70 6 0 0.33 0.94 0.59 38.79 0.89 0.22
Hex 69 46 6 0 21 5E 3B 27 59 16
Octal 151 106 6 0 41 136 73 47 131 26
Binary 1101001 1000110 110 0 100001 1011110 111011 100111 1011001 10110

Color Harmonies of #694606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694606

Black with #694606

Text Example


Text Example

White with #694606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694606; }

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

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

background-color css

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

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

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

border-color css

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

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

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