Html Css Color HEX #694110 Raw Umber

📋 copy color: '#694110'

red 105 ◦ green 65 ◦ blue 16

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

Shades of Raw Umber #694110

Tints of Raw Umber #694110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

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

R = 56.45%
G = 34.95%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694110 (or 0x694110) is known color: Raw Umber. HEX triplet: 69, 41 and 10. RGB value is (105,65,16). Sum of RGB (Red+Green+Blue) = 105+65+16=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #694110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694110 is #96BEEF. Grayscale: #474747. Windows color (decimal): -9879280 or 1065321. OLE color: 1065321.

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

Color convert

RGB 105 65 16 -
CMYK 0 0.38 0.85 0.59
HSL 33.03º 0.74% 0.24% -
HSV(B) 33.03º 0.85% 0.41% -
XYZ 7.81 6.82 1.4 -
YUV 71.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 105 65 16 0 0.38 0.85 0.59 33.03 0.74 0.24
Hex 69 41 10 0 26 55 3B 21 4A 18
Octal 151 101 20 0 46 125 73 41 112 30
Binary 1101001 1000001 10000 0 100110 1010101 111011 100001 1001010 11000

Color Harmonies of #694110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694110

Black with #694110

Text Example


Text Example

White with #694110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694110; }

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

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

background-color css

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

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

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

border-color css

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

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

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