#655200

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

Shades of Raw Umber #655200

Tints of Raw Umber #655200

Color information

#655200 (or 0x655200) is unknown color: approx Raw Umber. HEX triplet: 65, 52 and 00. RGB value is (101,82,0). Sum of RGB (Red+Green+Blue) = 101+82+0=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #655200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655200 is #9AADFF. Grayscale: #4E4E4E. Windows color (decimal): -10137088 or 21093. OLE color: 21093.

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

Color convert

RGB101820-
CMYK00.1910.60
HSL48.71º100%19.8%-
HSV(B)48.71º100%39.61%-
XYZ8.388.81.26-
YUV78.3383.79144.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.19%
G=44.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10182000.1910.6048.7110019.8
Hex65520013643C316414
Octal1451220023144746114424
Binary1100101101001000100111100100111100110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655200; }

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

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

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

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

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

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

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

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