#695002

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

Shades of Raw Umber #695002

Tints of Raw Umber #695002

Color information

#695002 (or 0x695002) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 02. RGB value is (105,80,2). Sum of RGB (Red+Green+Blue) = 105+80+2=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #695002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695002 is #96AFFD. Grayscale: #4E4E4E. Windows color (decimal): -9875454 or 151657. OLE color: 151657.

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

Color convert

RGB105802-
CMYK00.240.980.59
HSL45.44º96.26%20.98%-
HSV(B)45.44º98.1%41.18%-
XYZ8.718.741.29-
YUV78.5884.78146.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=56.15%
G=42.78%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10580200.240.980.5945.4496.2620.98
Hex69502018623B2d6015
Octal1511202030142735514025
Binary11010011010000100110001100010111011101101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695002; }

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

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

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

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

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

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

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

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