#663900

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

Shades of Raw Umber #663900

Tints of Raw Umber #663900

Color information

#663900 (or 0x663900) is unknown color: approx Raw Umber. HEX triplet: 66, 39 and 00. RGB value is (102,57,0). Sum of RGB (Red+Green+Blue) = 102+57+0=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #663900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663900 is #99C6FF. Grayscale: #404040. Windows color (decimal): -10077952 or 14694. OLE color: 14694.

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

Color convert

RGB102570-
CMYK00.4410.6
HSL33.53º100%20%-
HSV(B)33.53º100%40%-
XYZ6.945.750.74-
YUV63.9691.91155.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.15%
G=35.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10257000.4410.633.5310020
Hex6639002C643C226414
Octal146710054144744214424
Binary1100110111001001011001100100111100100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663900; }

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

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

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

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

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

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

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

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