Html Css Color HEX #999407 Lucky

📋 copy color: '#999407'

red 153 ◦ green 148 ◦ blue 7

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

Shades of Lucky #999407

Tints of Lucky #999407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.05%

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 49.68%
G = 48.05%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#999407 (or 0x999407) is known color: Lucky. HEX triplet: 99, 94 and 07. RGB value is (153,148,7). Sum of RGB (Red+Green+Blue) = 153+148+7=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #999407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999407 is #666BF8. Grayscale: #858585. Windows color (decimal): -6712313 or 496793. OLE color: 496793.

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

Color convert

RGB 153 148 7 -
CMYK 0 0.03 0.95 0.4
HSL 57.95º 0.91% 0.31% -
HSV(B) 57.95º 0.95% 0.6% -
XYZ 23.77 27.97 4.35 -
YUV 133.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 153 148 7 0 0.03 0.95 0.4 57.95 0.91 0.31
Hex 99 94 7 0 3 5F 28 3A 5B 1F
Octal 231 224 7 0 3 137 50 72 133 37
Binary 10011001 10010100 111 0 11 1011111 101000 111010 1011011 11111

Color Harmonies of #999407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999407

Black with #999407

Text Example


Text Example

White with #999407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999407; }

 p { color: rgb(153,148,7); }

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

background-color css

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

 a { background-color: rgb(153,148,7); }

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

border-color css

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

 span { border-color: rgb(153,148,7); }

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