#665801

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

Shades of Raw Umber #665801

Tints of Raw Umber #665801

Color information

#665801 (or 0x665801) is unknown color: approx Raw Umber. HEX triplet: 66, 58 and 01. RGB value is (102,88,1). Sum of RGB (Red+Green+Blue) = 102+88+1=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665801 is #99A7FE. Grayscale: #525252. Windows color (decimal): -10070015 or 88166. OLE color: 88166.

HSL color Cylindrical-coordinate representation of color #665801: hue angle of 51.68º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #665801 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102881-
CMYK00.140.990.6
HSL51.68º98.06%20.2%-
HSV(B)51.68º99.02%40%-
XYZ8.979.811.45-
YUV82.2782.14142.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=53.40%
G=46.07%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10288100.140.990.651.6898.0620.2
Hex665810E633C346214
Octal1461301016143746414224
Binary110011010110001011101100011111100110100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665801; }

 p { color: rgb(102,88,1); }

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

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

 a { background-color: rgb(102,88,1); }

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

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

 span { border-color: rgb(102,88,1); }

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