Html Css Color HEX #695013 Raw Umber

📋 copy color: '#695013'

red 105 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #695013

Tints of Raw Umber #695013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 51.47%
G = 39.22%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#695013 (or 0x695013) is known color: Raw Umber. HEX triplet: 69, 50 and 13. RGB value is (105,80,19). Sum of RGB (Red+Green+Blue) = 105+80+19=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695013 is #96AFEC. Grayscale: #505050. Windows color (decimal): -9875437 or 1265769. OLE color: 1265769.

HSL color Cylindrical-coordinate representation of color #695013: hue angle of 42.56º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #695013 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 19 -
CMYK 0 0.24 0.82 0.59
HSL 42.56º 0.69% 0.24% -
HSV(B) 42.56º 0.82% 0.41% -
XYZ 8.81 8.79 1.85 -
YUV 80.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 105 80 19 0 0.24 0.82 0.59 42.56 0.69 0.24
Hex 69 50 13 0 18 52 3B 2B 45 18
Octal 151 120 23 0 30 122 73 53 105 30
Binary 1101001 1010000 10011 0 11000 1010010 111011 101011 1000101 11000

Color Harmonies of #695013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695013

Black with #695013

Text Example


Text Example

White with #695013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695013; }

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

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

background-color css

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

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

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

border-color css

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

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

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