Html Css Color HEX #999335 Highball

📋 copy color: '#999335'

red 153 ◦ green 147 ◦ blue 53

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

Shades of Highball #999335

Tints of Highball #999335

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 43.34%
G = 41.64%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#999335 (or 0x999335) is known color: Highball. HEX triplet: 99, 93 and 35. RGB value is (153,147,53). Sum of RGB (Red+Green+Blue) = 153+147+53=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #999335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999335 is #666CCA. Grayscale: #8A8A8A. Windows color (decimal): -6712523 or 3511193. OLE color: 3511193.

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

Color convert

RGB 153 147 53 -
CMYK 0 0.04 0.65 0.4
HSL 56.4º 0.49% 0.4% -
HSV(B) 56.4º 0.65% 0.6% -
XYZ 24.21 27.9 7.48 -
YUV 138.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 153 147 53 0 0.04 0.65 0.4 56.4 0.49 0.4
Hex 99 93 35 0 4 41 28 38 31 28
Octal 231 223 65 0 4 101 50 70 61 50
Binary 10011001 10010011 110101 0 100 1000001 101000 111000 110001 101000

Color Harmonies of #999335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999335

Black with #999335

Text Example


Text Example

White with #999335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999335; }

 p { color: rgb(153,147,53); }

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

background-color css

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

 a { background-color: rgb(153,147,53); }

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

border-color css

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

 span { border-color: rgb(153,147,53); }

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