#665015

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

Shades of Raw Umber #665015

Tints of Raw Umber #665015

Color information

#665015 (or 0x665015) is unknown color: approx Raw Umber. HEX triplet: 66, 50 and 15. RGB value is (102,80,21). Sum of RGB (Red+Green+Blue) = 102+80+21=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665015 is #99AFEA. Grayscale: #505050. Windows color (decimal): -10072043 or 1396838. OLE color: 1396838.

HSL color Cylindrical-coordinate representation of color #665015: hue angle of 43.7º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #665015 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1028021-
CMYK00.220.790.6
HSL43.7º65.85%24.12%-
HSV(B)43.7º79.41%40%-
XYZ8.488.621.93-
YUV79.8594.79143.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=50.25%
G=39.41%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102802100.220.790.643.765.8524.12
Hex6650150164F3C2c4218
Octal14612025026117745410230
Binary11001101010000101010101101001111111100101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665015; }

 p { color: rgb(102,80,21); }

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

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

 a { background-color: rgb(102,80,21); }

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

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

 span { border-color: rgb(102,80,21); }

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