Html Css Color HEX #695810 Raw Umber

📋 copy color: '#695810'

red 105 ◦ green 88 ◦ blue 16

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

Shades of Raw Umber #695810

Tints of Raw Umber #695810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

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

R = 50.24%
G = 42.11%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#695810 (or 0x695810) is known color: Raw Umber. HEX triplet: 69, 58 and 10. RGB value is (105,88,16). Sum of RGB (Red+Green+Blue) = 105+88+16=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695810 is #96A7EF. Grayscale: #555555. Windows color (decimal): -9873392 or 1071209. OLE color: 1071209.

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

Color convert

RGB 105 88 16 -
CMYK 0 0.16 0.85 0.59
HSL 48.54º 0.74% 0.24% -
HSV(B) 48.54º 0.85% 0.41% -
XYZ 9.41 10.02 1.93 -
YUV 84.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 105 88 16 0 0.16 0.85 0.59 48.54 0.74 0.24
Hex 69 58 10 0 10 55 3B 31 4A 18
Octal 151 130 20 0 20 125 73 61 112 30
Binary 1101001 1011000 10000 0 10000 1010101 111011 110001 1001010 11000

Color Harmonies of #695810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695810

Black with #695810

Text Example


Text Example

White with #695810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695810; }

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

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

background-color css

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

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

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

border-color css

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

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

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