#654C12

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

Shades of Raw Umber #654C12

Tints of Raw Umber #654C12

Color information

#654C12 (or 0x654C12) is unknown color: approx Raw Umber. HEX triplet: 65, 4C and 12. RGB value is (101,76,18). Sum of RGB (Red+Green+Blue) = 101+76+18=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #654C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C12 is #9AB3ED. Grayscale: #4D4D4D. Windows color (decimal): -10138606 or 1199205. OLE color: 1199205.

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

Color convert

RGB1017618-
CMYK00.250.820.60
HSL41.93º69.75%23.33%-
HSV(B)41.93º82.18%39.61%-
XYZ8.067.981.69-
YUV76.8694.78145.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=51.79%
G=38.97%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101761800.250.820.6041.9369.7523.33
Hex654C12019523C2a4617
Octal14511422031122745210627
Binary11001011001100100100110011010010111100101010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,76,18); }

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

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

 a { background-color: rgb(101,76,18); }

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

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

 span { border-color: rgb(101,76,18); }

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