#655213

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

Shades of Raw Umber #655213

Tints of Raw Umber #655213

Color information

#655213 (or 0x655213) is unknown color: approx Raw Umber. HEX triplet: 65, 52 and 13. RGB value is (101,82,19). Sum of RGB (Red+Green+Blue) = 101+82+19=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #655213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655213 is #9AADEC. Grayscale: #505050. Windows color (decimal): -10137069 or 1266277. OLE color: 1266277.

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

Color convert

RGB1018219-
CMYK00.190.810.60
HSL46.1º68.33%23.53%-
HSV(B)46.1º81.19%39.61%-
XYZ8.58.851.88-
YUV80.593.29142.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=50%
G=40.59%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101821900.190.810.6046.168.3323.53
Hex655213013513C2e4418
Octal14512223023121745610430
Binary11001011010010100110100111010001111100101110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655213; }

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

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

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

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

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

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

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

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