Html Css Color HEX #999742 Highball

📋 copy color: '#999742'

red 153 ◦ green 151 ◦ blue 66

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

Shades of Highball #999742

Tints of Highball #999742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 41.35%
G = 40.81%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#999742 (or 0x999742) is known color: Highball. HEX triplet: 99, 97 and 42. RGB value is (153,151,66). Sum of RGB (Red+Green+Blue) = 153+151+66=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #999742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999742 is #6668BD. Grayscale: #8E8E8E. Windows color (decimal): -6711486 or 4364185. OLE color: 4364185.

HSL color Cylindrical-coordinate representation of color #999742: hue angle of 58.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #999742 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 66 -
CMYK 0 0.01 0.57 0.4
HSL 58.62º 0.4% 0.43% -
HSV(B) 58.62º 0.57% 0.6% -
XYZ 25.19 29.3 9.48 -
YUV 141.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 153 151 66 0 0.01 0.57 0.4 58.62 0.4 0.43
Hex 99 97 42 0 1 39 28 3B 28 2B
Octal 231 227 102 0 1 71 50 73 50 53
Binary 10011001 10010111 1000010 0 1 111001 101000 111011 101000 101011

Color Harmonies of #999742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999742

Black with #999742

Text Example


Text Example

White with #999742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999742; }

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

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

background-color css

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

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

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

border-color css

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

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

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