#654B10

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

Shades of Raw Umber #654B10

Tints of Raw Umber #654B10

Color information

#654B10 (or 0x654B10) is unknown color: approx Raw Umber. HEX triplet: 65, 4B and 10. RGB value is (101,75,16). Sum of RGB (Red+Green+Blue) = 101+75+16=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #654B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654B10 is #9AB4EF. Grayscale: #4C4C4C. Windows color (decimal): -10138864 or 1067877. OLE color: 1067877.

HSL color Cylindrical-coordinate representation of color #654B10: hue angle of 41.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #654B10 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1017516-
CMYK00.260.840.60
HSL41.65º72.65%22.94%-
HSV(B)41.65º84.16%39.61%-
XYZ7.987.841.58-
YUV76.0594.11145.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=52.60%
G=39.06%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101751600.260.840.6041.6572.6522.94
Hex654B1001A543C2a4917
Octal14511320032124745211127
Binary11001011001011100000110101010100111100101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654B10; }

 p { color: rgb(101,75,16); }

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

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

 a { background-color: rgb(101,75,16); }

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

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

 span { border-color: rgb(101,75,16); }

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