Html Css Color HEX #999115 Lucky

📋 copy color: '#999115'

red 153 ◦ green 145 ◦ blue 21

#999115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #999115

Tints of Lucky #999115

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 47.96%
G = 45.45%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#999115 (or 0x999115) is known color: Lucky. HEX triplet: 99, 91 and 15. RGB value is (153,145,21). Sum of RGB (Red+Green+Blue) = 153+145+21=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #999115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999115 is #666EEA. Grayscale: #858585. Windows color (decimal): -6713067 or 1413529. OLE color: 1413529.

HSL color Cylindrical-coordinate representation of color #999115: hue angle of 56.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #999115 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 21 -
CMYK 0 0.05 0.86 0.4
HSL 56.36º 0.76% 0.34% -
HSV(B) 56.36º 0.86% 0.6% -
XYZ 23.4 27.08 4.7 -
YUV 133.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 153 145 21 0 0.05 0.86 0.4 56.36 0.76 0.34
Hex 99 91 15 0 5 56 28 38 4C 22
Octal 231 221 25 0 5 126 50 70 114 42
Binary 10011001 10010001 10101 0 101 1010110 101000 111000 1001100 100010

Color Harmonies of #999115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999115

Black with #999115

Text Example


Text Example

White with #999115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999115; }

 p { color: rgb(153,145,21); }

 H1.HeaderClassName
 {
   color: #999115;
 }
 .AnyTagClassName
 {
   color: #999115;
 }
</style>

background-color css

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

 a { background-color: rgb(153,145,21); }

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

border-color css

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

 span { border-color: rgb(153,145,21); }

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