#695B04

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

Shades of Raw Umber #695B04

Tints of Raw Umber #695B04

Color information

#695B04 (or 0x695B04) is unknown color: approx Raw Umber. HEX triplet: 69, 5B and 04. RGB value is (105,91,4). Sum of RGB (Red+Green+Blue) = 105+91+4=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #695B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695B04 is #96A4FB. Grayscale: #555555. Windows color (decimal): -9872636 or 285545. OLE color: 285545.

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

Color convert

RGB105914-
CMYK00.130.960.59
HSL51.68º92.66%21.37%-
HSV(B)51.68º96.19%41.18%-
XYZ9.5910.491.64-
YUV85.2782.14142.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 91 (35.94% from 255) = 45.5%
BLUE value IS 4 (1.95% from 255) = 2%
R=52.5%
G=45.5%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10591400.130.960.5951.6892.6621.37
Hex695B40D603B345d15
Octal1511334015140736413525
Binary11010011011011100011011100000111011110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695B04; }

 p { color: rgb(105,91,4); }

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

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

 a { background-color: rgb(105,91,4); }

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

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

 span { border-color: rgb(105,91,4); }

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