Html Css Color HEX #695813 Raw Umber

📋 copy color: '#695813'

red 105 ◦ green 88 ◦ blue 19

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

Shades of Raw Umber #695813

Tints of Raw Umber #695813

RGB

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

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

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

R = 49.53%
G = 41.51%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#695813 (or 0x695813) is known color: Raw Umber. HEX triplet: 69, 58 and 13. RGB value is (105,88,19). Sum of RGB (Red+Green+Blue) = 105+88+19=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695813 is #96A7EC. Grayscale: #555555. Windows color (decimal): -9873389 or 1267817. OLE color: 1267817.

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

Color convert

RGB 105 88 19 -
CMYK 0 0.16 0.82 0.59
HSL 48.14º 0.69% 0.24% -
HSV(B) 48.14º 0.82% 0.41% -
XYZ 9.43 10.03 2.05 -
YUV 85.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 105 88 19 0 0.16 0.82 0.59 48.14 0.69 0.24
Hex 69 58 13 0 10 52 3B 30 45 18
Octal 151 130 23 0 20 122 73 60 105 30
Binary 1101001 1011000 10011 0 10000 1010010 111011 110000 1000101 11000

Color Harmonies of #695813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695813

Black with #695813

Text Example


Text Example

White with #695813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695813; }

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

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

background-color css

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

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

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

border-color css

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

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

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