Html Css Color HEX #694510 Raw Umber

📋 copy color: '#694510'

red 105 ◦ green 69 ◦ blue 16

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

Shades of Raw Umber #694510

Tints of Raw Umber #694510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 55.26%
G = 36.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694510 (or 0x694510) is known color: Raw Umber. HEX triplet: 69, 45 and 10. RGB value is (105,69,16). Sum of RGB (Red+Green+Blue) = 105+69+16=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694510 is #96BAEF. Grayscale: #494949. Windows color (decimal): -9878256 or 1066345. OLE color: 1066345.

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

Color convert

RGB 105 69 16 -
CMYK 0 0.34 0.85 0.59
HSL 35.73º 0.74% 0.24% -
HSV(B) 35.73º 0.85% 0.41% -
XYZ 8.05 7.3 1.47 -
YUV 73.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 105 69 16 0 0.34 0.85 0.59 35.73 0.74 0.24
Hex 69 45 10 0 22 55 3B 24 4A 18
Octal 151 105 20 0 42 125 73 44 112 30
Binary 1101001 1000101 10000 0 100010 1010101 111011 100100 1001010 11000

Color Harmonies of #694510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694510

Black with #694510

Text Example


Text Example

White with #694510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694510; }

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

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

background-color css

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

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

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

border-color css

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

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

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