Html Css Color HEX #694410 Raw Umber

📋 copy color: '#694410'

red 105 ◦ green 68 ◦ blue 16

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

Shades of Raw Umber #694410

Tints of Raw Umber #694410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

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

R = 55.56%
G = 35.98%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694410 (or 0x694410) is known color: Raw Umber. HEX triplet: 69, 44 and 10. RGB value is (105,68,16). Sum of RGB (Red+Green+Blue) = 105+68+16=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #694410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694410 is #96BBEF. Grayscale: #494949. Windows color (decimal): -9878512 or 1066089. OLE color: 1066089.

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

Color convert

RGB 105 68 16 -
CMYK 0 0.35 0.85 0.59
HSL 35.06º 0.74% 0.24% -
HSV(B) 35.06º 0.85% 0.41% -
XYZ 7.99 7.17 1.45 -
YUV 73.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 105 68 16 0 0.35 0.85 0.59 35.06 0.74 0.24
Hex 69 44 10 0 23 55 3B 23 4A 18
Octal 151 104 20 0 43 125 73 43 112 30
Binary 1101001 1000100 10000 0 100011 1010101 111011 100011 1001010 11000

Color Harmonies of #694410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694410

Black with #694410

Text Example


Text Example

White with #694410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694410; }

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

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

background-color css

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

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

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

border-color css

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

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

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