#816633

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

Shades of Hot Curry #816633

Tints of Hot Curry #816633

Color information

#816633 (or 0x816633) is unknown color: approx Hot Curry. HEX triplet: 81, 66 and 33. RGB value is (129,102,51). Sum of RGB (Red+Green+Blue) = 129+102+51=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #816633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816633 is #7E99CC. Grayscale: #686868. Windows color (decimal): -8296909 or 3368577. OLE color: 3368577.

HSL color Cylindrical-coordinate representation of color #816633: hue angle of 39.23º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #816633 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB12910251-
CMYK00.210.600.49
HSL39.23º43.33%35.29%-
HSV(B)39.23º60.47%50.59%-
XYZ14.414.415.15-
YUV104.2697.95145.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=45.74%
G=36.17%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291025100.210.600.4939.2343.3335.29
Hex8166330153C31272b23
Octal201146630257461475343
Binary100000011100110110011010101111100110001100111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816633; }

 p { color: rgb(129,102,51); }

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

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

 a { background-color: rgb(129,102,51); }

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

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

 span { border-color: rgb(129,102,51); }

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