#864628

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

Shades of Korma #864628

Tints of Korma #864628

Color information

#864628 (or 0x864628) is unknown color: approx Korma. HEX triplet: 86, 46 and 28. RGB value is (134,70,40). Sum of RGB (Red+Green+Blue) = 134+70+40=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #864628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864628 is #79B9D7. Grayscale: #555555. Windows color (decimal): -7977432 or 2639494. OLE color: 2639494.

HSL color Cylindrical-coordinate representation of color #864628: hue angle of 19.15º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864628 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1347040-
CMYK00.480.700.47
HSL19.15º54.02%34.12%-
HSV(B)19.15º70.15%52.55%-
XYZ12.49.63.21-
YUV85.72102.2162.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=54.92%
G=28.69%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134704000.480.700.4719.1554.0234.12
Hex864628030462F133622
Octal2061065006010657236642
Binary1000011010001101010000110000100011010111110011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864628; }

 p { color: rgb(134,70,40); }

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

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

 a { background-color: rgb(134,70,40); }

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

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

 span { border-color: rgb(134,70,40); }

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