#7C6128

Color #7C6128 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #7C6128

Tints of Hot Curry #7C6128

Color information

#7C6128 (or 0x7C6128) is unknown color: approx Hot Curry. HEX triplet: 7C, 61 and 28. RGB value is (124,97,40). Sum of RGB (Red+Green+Blue) = 124+97+40=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6128 is #839ED7. Grayscale: #626262. Windows color (decimal): -8625880 or 2646396. OLE color: 2646396.

HSL color Cylindrical-coordinate representation of color #7C6128: hue angle of 40.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C6128 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1249740-
CMYK00.220.680.51
HSL40.71º51.22%32.16%-
HSV(B)40.71º67.74%48.63%-
XYZ12.9712.993.83-
YUV98.5894.95146.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=47.51%
G=37.16%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124974000.220.680.5140.7151.2232.16
Hex7C61280164433293320
Octal1741415002610463516340
Binary111110011000011010000101101000100110011101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6128; }

 p { color: rgb(124,97,40); }

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

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

 a { background-color: rgb(124,97,40); }

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

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

 span { border-color: rgb(124,97,40); }

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