#655004

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

Shades of Raw Umber #655004

Tints of Raw Umber #655004

Color information

#655004 (or 0x655004) is unknown color: approx Raw Umber. HEX triplet: 65, 50 and 04. RGB value is (101,80,4). Sum of RGB (Red+Green+Blue) = 101+80+4=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #655004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655004 is #9AAFFB. Grayscale: #4D4D4D. Windows color (decimal): -10137596 or 282725. OLE color: 282725.

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

Color convert

RGB101804-
CMYK00.210.960.60
HSL47.01º92.38%20.59%-
HSV(B)47.01º96.04%39.61%-
XYZ8.268.511.32-
YUV77.6186.46144.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=54.59%
G=43.24%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10180400.210.960.6047.0192.3820.59
Hex65504015603C2f5c15
Octal1451204025140745713425
Binary110010110100001000101011100000111100101111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655004; }

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

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

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

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

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

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

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

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