#695D02

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

Shades of Raw Umber #695D02

Tints of Raw Umber #695D02

Color information

#695D02 (or 0x695D02) is unknown color: approx Raw Umber. HEX triplet: 69, 5D and 02. RGB value is (105,93,2). Sum of RGB (Red+Green+Blue) = 105+93+2=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #695D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D02 is #96A2FD. Grayscale: #565656. Windows color (decimal): -9872126 or 154985. OLE color: 154985.

HSL color Cylindrical-coordinate representation of color #695D02: hue angle of 53.01º 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 #695D02 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB105932-
CMYK00.110.980.59
HSL53.01º96.26%20.98%-
HSV(B)53.01º98.1%41.18%-
XYZ9.7510.841.64-
YUV86.2180.48141.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 93 (36.72% from 255) = 46.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=52.5%
G=46.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10593200.110.980.5953.0196.2620.98
Hex695D20B623B356015
Octal1511352013142736514025
Binary1101001101110110010111100010111011110101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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