#695101

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

Shades of Raw Umber #695101

Tints of Raw Umber #695101

Color information

#695101 (or 0x695101) is unknown color: approx Raw Umber. HEX triplet: 69, 51 and 01. RGB value is (105,81,1). Sum of RGB (Red+Green+Blue) = 105+81+1=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #695101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695101 is #96AEFE. Grayscale: #4F4F4F. Windows color (decimal): -9875199 or 86377. OLE color: 86377.

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

Color convert

RGB105811-
CMYK00.230.990.59
HSL46.15º98.11%20.78%-
HSV(B)46.15º99.05%41.18%-
XYZ8.778.891.28-
YUV79.0683.95146.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=56.15%
G=43.32%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10581100.230.990.5946.1598.1120.78
Hex69511017633B2e6215
Octal1511211027143735614225
Binary1101001101000110101111100011111011101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695101; }

 p { color: rgb(105,81,1); }

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

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

 a { background-color: rgb(105,81,1); }

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

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

 span { border-color: rgb(105,81,1); }

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