Html Css Color HEX #999706 Lucky

📋 copy color: '#999706'

red 153 ◦ green 151 ◦ blue 6

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

Shades of Lucky #999706

Tints of Lucky #999706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.71%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 49.35%
G = 48.71%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#999706 (or 0x999706) is known color: Lucky. HEX triplet: 99, 97 and 06. RGB value is (153,151,6). Sum of RGB (Red+Green+Blue) = 153+151+6=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #999706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999706 is #6668F9. Grayscale: #878787. Windows color (decimal): -6711546 or 432025. OLE color: 432025.

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

Color convert

RGB 153 151 6 -
CMYK 0 0.01 0.96 0.4
HSL 59.18º 0.92% 0.31% -
HSV(B) 59.18º 0.96% 0.6% -
XYZ 24.24 28.92 4.48 -
YUV 135.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 153 151 6 0 0.01 0.96 0.4 59.18 0.92 0.31
Hex 99 97 6 0 1 60 28 3B 5C 1F
Octal 231 227 6 0 1 140 50 73 134 37
Binary 10011001 10010111 110 0 1 1100000 101000 111011 1011100 11111

Color Harmonies of #999706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999706

Black with #999706

Text Example


Text Example

White with #999706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999706; }

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

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

background-color css

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

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

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

border-color css

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

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

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