#664300

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

Shades of Raw Umber #664300

Tints of Raw Umber #664300

Color information

#664300 (or 0x664300) is unknown color: approx Raw Umber. HEX triplet: 66, 43 and 00. RGB value is (102,67,0). Sum of RGB (Red+Green+Blue) = 102+67+0=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #664300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664300 is #99BCFF. Grayscale: #464646. Windows color (decimal): -10075392 or 17254. OLE color: 17254.

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

Color convert

RGB102670-
CMYK00.3410.6
HSL39.41º100%20%-
HSV(B)39.41º100%40%-
XYZ7.496.840.93-
YUV69.8388.6150.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.36%
G=39.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10267000.3410.639.4110020
Hex66430022643C276414
Octal1461030042144744714424
Binary11001101000011001000101100100111100100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664300; }

 p { color: rgb(102,67,0); }

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

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

 a { background-color: rgb(102,67,0); }

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

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

 span { border-color: rgb(102,67,0); }

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