#655400

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

Shades of Raw Umber #655400

Tints of Raw Umber #655400

Color information

#655400 (or 0x655400) is unknown color: approx Raw Umber. HEX triplet: 65, 54 and 00. RGB value is (101,84,0). Sum of RGB (Red+Green+Blue) = 101+84+0=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #655400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655400 is #9AABFF. Grayscale: #4F4F4F. Windows color (decimal): -10136576 or 21605. OLE color: 21605.

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

Color convert

RGB101840-
CMYK00.1710.60
HSL49.9º100%19.8%-
HSV(B)49.9º100%39.61%-
XYZ8.549.111.31-
YUV79.5183.13143.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.59%
G=45.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10184000.1710.6049.910019.8
Hex65540011643C326414
Octal1451240021144746214424
Binary1100101101010000100011100100111100110010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655400; }

 p { color: rgb(101,84,0); }

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

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

 a { background-color: rgb(101,84,0); }

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

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

 span { border-color: rgb(101,84,0); }

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