#995026

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

Shades of Hawaiian Tan #995026

Tints of Hawaiian Tan #995026

Color information

#995026 (or 0x995026) is unknown color: approx Hawaiian Tan. HEX triplet: 99, 50 and 26. RGB value is (153,80,38). Sum of RGB (Red+Green+Blue) = 153+80+38=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #995026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995026 is #66AFD9. Grayscale: #616161. Windows color (decimal): -6729690 or 2511001. OLE color: 2511001.

HSL color Cylindrical-coordinate representation of color #995026: hue angle of 21.91º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #995026 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1538038-
CMYK00.480.750.4
HSL21.91º60.21%37.45%-
HSV(B)21.91º75.16%60%-
XYZ16.3612.653.41-
YUV97.0494.68167.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=56.46%
G=29.52%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153803800.480.750.421.9160.2137.45
Hex9950260304B28163c25
Octal2311204606011350267445
Binary1001100110100001001100110000100101110100010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995026; }

 p { color: rgb(153,80,38); }

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

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

 a { background-color: rgb(153,80,38); }

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

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

 span { border-color: rgb(153,80,38); }

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