Html Css Color HEX #96894B Highball

📋 copy color: '#96894B'

red 150 ◦ green 137 ◦ blue 75

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

Shades of Highball #96894B

Tints of Highball #96894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 41.44%
G = 37.85%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96894B (or 0x96894B) is known color: Highball. HEX triplet: 96, 89 and 4B. RGB value is (150,137,75). Sum of RGB (Red+Green+Blue) = 150+137+75=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96894B is #6976B4. Grayscale: #868686. Windows color (decimal): -6911669 or 4950422. OLE color: 4950422.

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

Color convert

RGB 150 137 75 -
CMYK 0 0.09 0.5 0.41
HSL 49.6º 0.33% 0.44% -
HSV(B) 49.6º 0.5% 0.59% -
XYZ 22.79 24.88 10.26 -
YUV 133.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 150 137 75 0 0.09 0.5 0.41 49.6 0.33 0.44
Hex 96 89 4B 0 9 32 29 32 21 2C
Octal 226 211 113 0 11 62 51 62 41 54
Binary 10010110 10001001 1001011 0 1001 110010 101001 110010 100001 101100

Color Harmonies of #96894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96894B

Black with #96894B

Text Example


Text Example

White with #96894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96894B; }

 p { color: rgb(150,137,75); }

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

background-color css

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

 a { background-color: rgb(150,137,75); }

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

border-color css

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

 span { border-color: rgb(150,137,75); }

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