#654A12

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

Shades of Raw Umber #654A12

Tints of Raw Umber #654A12

Color information

#654A12 (or 0x654A12) is unknown color: approx Raw Umber. HEX triplet: 65, 4A and 12. RGB value is (101,74,18). Sum of RGB (Red+Green+Blue) = 101+74+18=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #654A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A12 is #9AB5ED. Grayscale: #4B4B4B. Windows color (decimal): -10139118 or 1198693. OLE color: 1198693.

HSL color Cylindrical-coordinate representation of color #654A12: hue angle of 40.48º 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 #654A12 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1017418-
CMYK00.270.820.60
HSL40.48º69.75%23.33%-
HSV(B)40.48º82.18%39.61%-
XYZ7.927.711.64-
YUV75.6995.45146.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.33%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=52.33%
G=38.34%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101741800.270.820.6040.4869.7523.33
Hex654A1201B523C284617
Octal14511222033122745010627
Binary11001011001010100100110111010010111100101000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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