Html Css Color HEX #695010 Raw Umber

📋 copy color: '#695010'

red 105 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #695010

Tints of Raw Umber #695010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 52.24%
G = 39.8%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#695010 (or 0x695010) is known color: Raw Umber. HEX triplet: 69, 50 and 10. RGB value is (105,80,16). Sum of RGB (Red+Green+Blue) = 105+80+16=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #695010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695010 is #96AFEF. Grayscale: #505050. Windows color (decimal): -9875440 or 1069161. OLE color: 1069161.

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

Color convert

RGB 105 80 16 -
CMYK 0 0.24 0.85 0.59
HSL 43.15º 0.74% 0.24% -
HSV(B) 43.15º 0.85% 0.41% -
XYZ 8.79 8.78 1.72 -
YUV 80.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 105 80 16 0 0.24 0.85 0.59 43.15 0.74 0.24
Hex 69 50 10 0 18 55 3B 2B 4A 18
Octal 151 120 20 0 30 125 73 53 112 30
Binary 1101001 1010000 10000 0 11000 1010101 111011 101011 1001010 11000

Color Harmonies of #695010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695010

Black with #695010

Text Example


Text Example

White with #695010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695010; }

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

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

background-color css

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

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

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

border-color css

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

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

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