#806534

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

Shades of Hot Curry #806534

Tints of Hot Curry #806534

Color information

#806534 (or 0x806534) is unknown color: approx Hot Curry. HEX triplet: 80, 65 and 34. RGB value is (128,101,52). Sum of RGB (Red+Green+Blue) = 128+101+52=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #806534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806534 is #7F9ACB. Grayscale: #676767. Windows color (decimal): -8362700 or 3433856. OLE color: 3433856.

HSL color Cylindrical-coordinate representation of color #806534: hue angle of 38.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #806534 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB12810152-
CMYK00.210.590.50
HSL38.68º42.22%35.29%-
HSV(B)38.68º59.38%50.2%-
XYZ14.1814.145.23-
YUV103.4998.95145.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=45.55%
G=35.94%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281015200.210.590.5038.6842.2235.29
Hex8065340153B32272a23
Octal200145640257362475243
Binary100000001100101110100010101111011110010100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806534; }

 p { color: rgb(128,101,52); }

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

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

 a { background-color: rgb(128,101,52); }

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

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

 span { border-color: rgb(128,101,52); }

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