#664601

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

Shades of Raw Umber #664601

Tints of Raw Umber #664601

Color information

#664601 (or 0x664601) is unknown color: approx Raw Umber. HEX triplet: 66, 46 and 01. RGB value is (102,70,1). Sum of RGB (Red+Green+Blue) = 102+70+1=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #664601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664601 is #99B9FE. Grayscale: #484848. Windows color (decimal): -10074623 or 83558. OLE color: 83558.

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

Color convert

RGB102701-
CMYK00.310.990.6
HSL40.99º98.06%20.2%-
HSV(B)40.99º99.02%40%-
XYZ7.687.211.02-
YUV71.788.1149.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=58.96%
G=40.46%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10270100.310.990.640.9998.0620.2
Hex6646101F633C296214
Octal1461061037143745114224
Binary1100110100011010111111100011111100101001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664601; }

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

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

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

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

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

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

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

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