#695802

Color #695802 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #695802

Tints of Raw Umber #695802

Color information

#695802 (or 0x695802) is unknown color: approx Raw Umber. HEX triplet: 69, 58 and 02. RGB value is (105,88,2). Sum of RGB (Red+Green+Blue) = 105+88+2=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #695802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695802 is #96A7FD. Grayscale: #535353. Windows color (decimal): -9873406 or 153705. OLE color: 153705.

HSL color Cylindrical-coordinate representation of color #695802: hue angle of 50.1º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #695802 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB105882-
CMYK00.160.980.59
HSL50.1º96.26%20.98%-
HSV(B)50.1º98.1%41.18%-
XYZ9.339.991.49-
YUV83.2882.13143.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=53.85%
G=45.13%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10588200.160.980.5950.196.2620.98
Hex69582010623B326015
Octal1511302020142736214025
Binary11010011011000100100001100010111011110010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695802; }

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

 H1.HeaderClassName
 {
   color: #695802;
 }
 .AnyTagClassName
 {
   color: #695802;
 }
</style>
background-color css

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

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

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

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

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

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