Html Css Color HEX #694810 Raw Umber

📋 copy color: '#694810'

red 105 ◦ green 72 ◦ blue 16

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

Shades of Raw Umber #694810

Tints of Raw Umber #694810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 54.4%
G = 37.31%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694810 (or 0x694810) is known color: Raw Umber. HEX triplet: 69, 48 and 10. RGB value is (105,72,16). Sum of RGB (Red+Green+Blue) = 105+72+16=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694810 is #96B7EF. Grayscale: #4B4B4B. Windows color (decimal): -9877488 or 1067113. OLE color: 1067113.

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

Color convert

RGB 105 72 16 -
CMYK 0 0.31 0.85 0.59
HSL 37.75º 0.74% 0.24% -
HSV(B) 37.75º 0.85% 0.41% -
XYZ 8.24 7.68 1.54 -
YUV 75.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 105 72 16 0 0.31 0.85 0.59 37.75 0.74 0.24
Hex 69 48 10 0 1F 55 3B 26 4A 18
Octal 151 110 20 0 37 125 73 46 112 30
Binary 1101001 1001000 10000 0 11111 1010101 111011 100110 1001010 11000

Color Harmonies of #694810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694810

Black with #694810

Text Example


Text Example

White with #694810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694810; }

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

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

background-color css

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

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

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

border-color css

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

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

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