Html Css Color HEX #695310 Raw Umber

📋 copy color: '#695310'

red 105 ◦ green 83 ◦ blue 16

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

Shades of Raw Umber #695310

Tints of Raw Umber #695310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 51.47%
G = 40.69%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#695310 (or 0x695310) is known color: Raw Umber. HEX triplet: 69, 53 and 10. RGB value is (105,83,16). Sum of RGB (Red+Green+Blue) = 105+83+16=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695310 is #96ACEF. Grayscale: #525252. Windows color (decimal): -9874672 or 1069929. OLE color: 1069929.

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

Color convert

RGB 105 83 16 -
CMYK 0 0.21 0.85 0.59
HSL 45.17º 0.74% 0.24% -
HSV(B) 45.17º 0.85% 0.41% -
XYZ 9.01 9.23 1.8 -
YUV 81.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 105 83 16 0 0.21 0.85 0.59 45.17 0.74 0.24
Hex 69 53 10 0 15 55 3B 2D 4A 18
Octal 151 123 20 0 25 125 73 55 112 30
Binary 1101001 1010011 10000 0 10101 1010101 111011 101101 1001010 11000

Color Harmonies of #695310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695310

Black with #695310

Text Example


Text Example

White with #695310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695310; }

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

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

background-color css

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

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

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

border-color css

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

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

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