#655015

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

Shades of Raw Umber #655015

Tints of Raw Umber #655015

Color information

#655015 (or 0x655015) is unknown color: approx Raw Umber. HEX triplet: 65, 50 and 15. RGB value is (101,80,21). Sum of RGB (Red+Green+Blue) = 101+80+21=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #655015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655015 is #9AAFEA. Grayscale: #4F4F4F. Windows color (decimal): -10137579 or 1396837. OLE color: 1396837.

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

Color convert

RGB1018021-
CMYK00.210.790.60
HSL44.25º65.57%23.92%-
HSV(B)44.25º79.21%39.61%-
XYZ8.378.561.92-
YUV79.5594.96143.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=50%
G=39.60%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101802100.210.790.6044.2565.5723.92
Hex6550150154F3C2c4218
Octal14512025025117745410230
Binary11001011010000101010101011001111111100101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655015; }

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

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

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

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

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

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

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

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