#655011

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

Shades of Raw Umber #655011

Tints of Raw Umber #655011

Color information

#655011 (or 0x655011) is unknown color: approx Raw Umber. HEX triplet: 65, 50 and 11. RGB value is (101,80,17). Sum of RGB (Red+Green+Blue) = 101+80+17=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #655011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655011 is #9AAFEE. Grayscale: #4F4F4F. Windows color (decimal): -10137583 or 1134693. OLE color: 1134693.

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

Color convert

RGB1018017-
CMYK00.210.830.60
HSL45º71.19%23.14%-
HSV(B)45º83.17%39.61%-
XYZ8.348.541.74-
YUV79.192.96143.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=51.01%
G=40.40%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101801700.210.830.604571.1923.14
Hex655011015533C2d4717
Octal14512021025123745510727
Binary11001011010000100010101011010011111100101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655011; }

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

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

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

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

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

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

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

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