#664501

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

Shades of Raw Umber #664501

Tints of Raw Umber #664501

Color information

#664501 (or 0x664501) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 01. RGB value is (102,69,1). Sum of RGB (Red+Green+Blue) = 102+69+1=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664501 is #99BAFE. Grayscale: #474747. Windows color (decimal): -10074879 or 83302. OLE color: 83302.

HSL color Cylindrical-coordinate representation of color #664501: hue angle of 40.4º 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 #664501 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102691-
CMYK00.320.990.6
HSL40.4º98.06%20.2%-
HSV(B)40.4º99.02%40%-
XYZ7.617.080.99-
YUV71.1288.43150.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=59.30%
G=40.12%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10269100.320.990.640.498.0620.2
Hex66451020633C286214
Octal1461051040143745014224
Binary11001101000101101000001100011111100101000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664501; }

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

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

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

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

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

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

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

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