#655504

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

Shades of Raw Umber #655504

Tints of Raw Umber #655504

Color information

#655504 (or 0x655504) is unknown color: approx Raw Umber. HEX triplet: 65, 55 and 04. RGB value is (101,85,4). Sum of RGB (Red+Green+Blue) = 101+85+4=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655504 is #9AAAFB. Grayscale: #505050. Windows color (decimal): -10136316 or 284005. OLE color: 284005.

HSL color Cylindrical-coordinate representation of color #655504: hue angle of 50.1º 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 #655504 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB101854-
CMYK00.160.960.60
HSL50.1º92.38%20.59%-
HSV(B)50.1º96.04%39.61%-
XYZ8.649.271.45-
YUV80.5584.8142.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=53.16%
G=44.74%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10185400.160.960.6050.192.3820.59
Hex65554010603C325c15
Octal1451254020140746213425
Binary110010110101011000100001100000111100110010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655504; }

 p { color: rgb(101,85,4); }

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

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

 a { background-color: rgb(101,85,4); }

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

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

 span { border-color: rgb(101,85,4); }

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