Html Css Color HEX #99964C Highball

📋 copy color: '#99964C'

red 153 ◦ green 150 ◦ blue 76

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

Shades of Highball #99964C

Tints of Highball #99964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 40.37%
G = 39.58%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99964C (or 0x99964C) is known color: Highball. HEX triplet: 99, 96 and 4C. RGB value is (153,150,76). Sum of RGB (Red+Green+Blue) = 153+150+76=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99964C is #6669B3. Grayscale: #8E8E8E. Windows color (decimal): -6711732 or 5019289. OLE color: 5019289.

HSL color Cylindrical-coordinate representation of color #99964C: hue angle of 57.66º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99964C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 76 -
CMYK 0 0.02 0.50 0.4
HSL 57.66º 0.34% 0.45% -
HSV(B) 57.66º 0.5% 0.6% -
XYZ 25.35 29.11 11.12 -
YUV 142.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 153 150 76 0 0.02 0.50 0.4 57.66 0.34 0.45
Hex 99 96 4C 0 2 32 28 3A 22 2D
Octal 231 226 114 0 2 62 50 72 42 55
Binary 10011001 10010110 1001100 0 10 110010 101000 111010 100010 101101

Color Harmonies of #99964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99964C

Black with #99964C

Text Example


Text Example

White with #99964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99964C; }

 p { color: rgb(153,150,76); }

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

background-color css

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

 a { background-color: rgb(153,150,76); }

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

border-color css

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

 span { border-color: rgb(153,150,76); }

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