Html Css Color HEX #694210 Raw Umber

📋 copy color: '#694210'

red 105 ◦ green 66 ◦ blue 16

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

Shades of Raw Umber #694210

Tints of Raw Umber #694210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 16 (6.64% from 255) = 8.56%

R = 56.15%
G = 35.29%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694210 (or 0x694210) is known color: Raw Umber. HEX triplet: 69, 42 and 10. RGB value is (105,66,16). Sum of RGB (Red+Green+Blue) = 105+66+16=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #694210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694210 is #96BDEF. Grayscale: #484848. Windows color (decimal): -9879024 or 1065577. OLE color: 1065577.

HSL color Cylindrical-coordinate representation of color #694210: hue angle of 33.71º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #694210 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 16 -
CMYK 0 0.37 0.85 0.59
HSL 33.71º 0.74% 0.24% -
HSV(B) 33.71º 0.85% 0.41% -
XYZ 7.87 6.94 1.41 -
YUV 71.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 105 66 16 0 0.37 0.85 0.59 33.71 0.74 0.24
Hex 69 42 10 0 25 55 3B 22 4A 18
Octal 151 102 20 0 45 125 73 42 112 30
Binary 1101001 1000010 10000 0 100101 1010101 111011 100010 1001010 11000

Color Harmonies of #694210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694210

Black with #694210

Text Example


Text Example

White with #694210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694210; }

 p { color: rgb(105,66,16); }

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

background-color css

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

 a { background-color: rgb(105,66,16); }

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

border-color css

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

 span { border-color: rgb(105,66,16); }

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