#99060E

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

Shades of Sangria #99060E

Tints of Sangria #99060E

Color information

#99060E (or 0x99060E) is unknown color: approx Sangria. HEX triplet: 99, 06 and 0E. RGB value is (153,6,14). Sum of RGB (Red+Green+Blue) = 153+6+14=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #99060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99060E is #66F9F1. Grayscale: #323232. Windows color (decimal): -6748658 or 919193. OLE color: 919193.

HSL color Cylindrical-coordinate representation of color #99060E: hue angle of 356.73º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99060E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB153614-
CMYK00.960.910.4
HSL356.73º92.45%31.18%-
HSV(B)356.73º96.08%60%-
XYZ13.286.931.05-
YUV50.86107.2200.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 88.44%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=88.44%
G=3.47%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15361400.960.910.4356.7392.4531.18
Hex996E0605B281655c1f
Octal23161601401335054513437
Binary100110011101110011000001011011101000101100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99060E; }

 p { color: rgb(153,6,14); }

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

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

 a { background-color: rgb(153,6,14); }

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

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

 span { border-color: rgb(153,6,14); }

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