Html Css Color HEX #694112 Raw Umber

📋 copy color: '#694112'

red 105 ◦ green 65 ◦ blue 18

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

Shades of Raw Umber #694112

Tints of Raw Umber #694112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 55.85%
G = 34.57%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#694112 (or 0x694112) is known color: Raw Umber. HEX triplet: 69, 41 and 12. RGB value is (105,65,18). Sum of RGB (Red+Green+Blue) = 105+65+18=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #694112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694112 is #96BEED. Grayscale: #474747. Windows color (decimal): -9879278 or 1196393. OLE color: 1196393.

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

Color convert

RGB 105 65 18 -
CMYK 0 0.38 0.83 0.59
HSL 32.41º 0.71% 0.24% -
HSV(B) 32.41º 0.83% 0.41% -
XYZ 7.83 6.83 1.48 -
YUV 71.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 105 65 18 0 0.38 0.83 0.59 32.41 0.71 0.24
Hex 69 41 12 0 26 53 3B 20 47 18
Octal 151 101 22 0 46 123 73 40 107 30
Binary 1101001 1000001 10010 0 100110 1010011 111011 100000 1000111 11000

Color Harmonies of #694112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694112

Black with #694112

Text Example


Text Example

White with #694112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694112; }

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

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

background-color css

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

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

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

border-color css

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

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

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