#994626

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

Shades of Rock Spray #994626

Tints of Rock Spray #994626

Color information

#994626 (or 0x994626) is unknown color: approx Rock Spray. HEX triplet: 99, 46 and 26. RGB value is (153,70,38). Sum of RGB (Red+Green+Blue) = 153+70+38=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #994626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994626 is #66B9D9. Grayscale: #5B5B5B. Windows color (decimal): -6732250 or 2508441. OLE color: 2508441.

HSL color Cylindrical-coordinate representation of color #994626: hue angle of 16.7º 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 #994626 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1537038-
CMYK00.540.750.4
HSL16.7º60.21%37.45%-
HSV(B)16.7º75.16%60%-
XYZ15.6811.293.19-
YUV91.1798172.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=58.62%
G=26.82%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153703800.540.750.416.760.2137.45
Hex9946260364B28113c25
Octal2311064606611350217445
Binary1001100110001101001100110110100101110100010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994626; }

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

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

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

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

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

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

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

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