#695C02

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

Shades of Raw Umber #695C02

Tints of Raw Umber #695C02

Color information

#695C02 (or 0x695C02) is unknown color: approx Raw Umber. HEX triplet: 69, 5C and 02. RGB value is (105,92,2). Sum of RGB (Red+Green+Blue) = 105+92+2=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #695C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C02 is #96A3FD. Grayscale: #565656. Windows color (decimal): -9872382 or 154729. OLE color: 154729.

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

Color convert

RGB105922-
CMYK00.120.980.59
HSL52.43º96.26%20.98%-
HSV(B)52.43º98.1%41.18%-
XYZ9.6610.661.61-
YUV85.6380.81141.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=52.76%
G=46.23%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10592200.120.980.5952.4396.2620.98
Hex695C20C623B346015
Octal1511342014142736414025
Binary1101001101110010011001100010111011110100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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