#655210

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

Shades of Raw Umber #655210

Tints of Raw Umber #655210

Color information

#655210 (or 0x655210) is unknown color: approx Raw Umber. HEX triplet: 65, 52 and 10. RGB value is (101,82,16). Sum of RGB (Red+Green+Blue) = 101+82+16=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #655210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655210 is #9AADEF. Grayscale: #505050. Windows color (decimal): -10137072 or 1069669. OLE color: 1069669.

HSL color Cylindrical-coordinate representation of color #655210: hue angle of 46.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #655210 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1018216-
CMYK00.190.840.60
HSL46.59º72.65%22.94%-
HSV(B)46.59º84.16%39.61%-
XYZ8.488.841.75-
YUV80.1691.79142.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=50.75%
G=41.21%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101821600.190.840.6046.5972.6522.94
Hex655210013543C2f4917
Octal14512220023124745711127
Binary11001011010010100000100111010100111100101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655210; }

 p { color: rgb(101,82,16); }

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

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

 a { background-color: rgb(101,82,16); }

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

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

 span { border-color: rgb(101,82,16); }

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