Html Css Color HEX #695412 Raw Umber

📋 copy color: '#695412'

red 105 ◦ green 84 ◦ blue 18

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

Shades of Raw Umber #695412

Tints of Raw Umber #695412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 50.72%
G = 40.58%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#695412 (or 0x695412) is known color: Raw Umber. HEX triplet: 69, 54 and 12. RGB value is (105,84,18). Sum of RGB (Red+Green+Blue) = 105+84+18=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695412 is #96ABED. Grayscale: #535353. Windows color (decimal): -9874414 or 1201257. OLE color: 1201257.

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

Color convert

RGB 105 84 18 -
CMYK 0 0.20 0.83 0.59
HSL 45.52º 0.71% 0.24% -
HSV(B) 45.52º 0.83% 0.41% -
XYZ 9.11 9.39 1.9 -
YUV 82.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 105 84 18 0 0.20 0.83 0.59 45.52 0.71 0.24
Hex 69 54 12 0 14 53 3B 2E 47 18
Octal 151 124 22 0 24 123 73 56 107 30
Binary 1101001 1010100 10010 0 10100 1010011 111011 101110 1000111 11000

Color Harmonies of #695412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695412

Black with #695412

Text Example


Text Example

White with #695412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695412; }

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

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

background-color css

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

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

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

border-color css

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

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

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