Html Css Color HEX #96884A Highball

📋 copy color: '#96884A'

red 150 ◦ green 136 ◦ blue 74

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

Shades of Highball #96884A

Tints of Highball #96884A

RGB

 RED value IS 150 (58.98% from 255) = 41.67%

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 41.67%
G = 37.78%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96884A (or 0x96884A) is known color: Highball. HEX triplet: 96, 88 and 4A. RGB value is (150,136,74). Sum of RGB (Red+Green+Blue) = 150+136+74=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96884A is #6977B5. Grayscale: #858585. Windows color (decimal): -6911926 or 4884630. OLE color: 4884630.

HSL color Cylindrical-coordinate representation of color #96884A: hue angle of 48.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96884A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 74 -
CMYK 0 0.09 0.51 0.41
HSL 48.95º 0.34% 0.44% -
HSV(B) 48.95º 0.51% 0.59% -
XYZ 22.62 24.59 10.03 -
YUV 133.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 150 136 74 0 0.09 0.51 0.41 48.95 0.34 0.44
Hex 96 88 4A 0 9 33 29 31 22 2C
Octal 226 210 112 0 11 63 51 61 42 54
Binary 10010110 10001000 1001010 0 1001 110011 101001 110001 100010 101100

Color Harmonies of #96884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96884A

Black with #96884A

Text Example


Text Example

White with #96884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96884A; }

 p { color: rgb(150,136,74); }

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

background-color css

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

 a { background-color: rgb(150,136,74); }

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

border-color css

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

 span { border-color: rgb(150,136,74); }

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