#655013

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

Shades of Raw Umber #655013

Tints of Raw Umber #655013

Color information

#655013 (or 0x655013) is unknown color: approx Raw Umber. HEX triplet: 65, 50 and 13. RGB value is (101,80,19). Sum of RGB (Red+Green+Blue) = 101+80+19=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #655013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655013 is #9AAFEC. Grayscale: #4F4F4F. Windows color (decimal): -10137581 or 1265765. OLE color: 1265765.

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

Color convert

RGB1018019-
CMYK00.210.810.60
HSL44.63º68.33%23.53%-
HSV(B)44.63º81.19%39.61%-
XYZ8.358.551.83-
YUV79.3293.96143.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=50.5%
G=40%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101801900.210.810.6044.6368.3323.53
Hex655013015513C2d4418
Octal14512023025121745510430
Binary11001011010000100110101011010001111100101101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655013; }

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

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

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

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

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

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

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

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