Html Css Color HEX #695512 Raw Umber

📋 copy color: '#695512'

red 105 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #695512

Tints of Raw Umber #695512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

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

R = 50.48%
G = 40.87%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#695512 (or 0x695512) is known color: Raw Umber. HEX triplet: 69, 55 and 12. RGB value is (105,85,18). Sum of RGB (Red+Green+Blue) = 105+85+18=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #695512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695512 is #96AAED. Grayscale: #535353. Windows color (decimal): -9874158 or 1201513. OLE color: 1201513.

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

Color convert

RGB 105 85 18 -
CMYK 0 0.19 0.83 0.59
HSL 46.21º 0.71% 0.24% -
HSV(B) 46.21º 0.83% 0.41% -
XYZ 9.18 9.54 1.93 -
YUV 83.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 105 85 18 0 0.19 0.83 0.59 46.21 0.71 0.24
Hex 69 55 12 0 13 53 3B 2E 47 18
Octal 151 125 22 0 23 123 73 56 107 30
Binary 1101001 1010101 10010 0 10011 1010011 111011 101110 1000111 11000

Color Harmonies of #695512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695512

Black with #695512

Text Example


Text Example

White with #695512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695512; }

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

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

background-color css

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

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

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

border-color css

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

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

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