#665304

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

Shades of Raw Umber #665304

Tints of Raw Umber #665304

Color information

#665304 (or 0x665304) is unknown color: approx Raw Umber. HEX triplet: 66, 53 and 04. RGB value is (102,83,4). Sum of RGB (Red+Green+Blue) = 102+83+4=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #665304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665304 is #99ACFB. Grayscale: #505050. Windows color (decimal): -10071292 or 283494. OLE color: 283494.

HSL color Cylindrical-coordinate representation of color #665304: hue angle of 48.37º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #665304 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102834-
CMYK00.190.960.6
HSL48.37º92.45%20.78%-
HSV(B)48.37º96.08%40%-
XYZ8.599.021.4-
YUV79.6885.29143.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=53.97%
G=43.92%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10283400.190.960.648.3792.4520.78
Hex66534013603C305c15
Octal1461234023140746013425
Binary110011010100111000100111100000111100110000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665304; }

 p { color: rgb(102,83,4); }

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

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

 a { background-color: rgb(102,83,4); }

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

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

 span { border-color: rgb(102,83,4); }

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