Html Css Color HEX #968848 Highball

📋 copy color: '#968848'

red 150 ◦ green 136 ◦ blue 72

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

Shades of Highball #968848

Tints of Highball #968848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 41.9%
G = 37.99%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#968848 (or 0x968848) is known color: Highball. HEX triplet: 96, 88 and 48. RGB value is (150,136,72). Sum of RGB (Red+Green+Blue) = 150+136+72=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968848 is #6977B7. Grayscale: #858585. Windows color (decimal): -6911928 or 4753558. OLE color: 4753558.

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

Color convert

RGB 150 136 72 -
CMYK 0 0.09 0.52 0.41
HSL 49.23º 0.35% 0.44% -
HSV(B) 49.23º 0.52% 0.59% -
XYZ 22.55 24.56 9.68 -
YUV 132.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 150 136 72 0 0.09 0.52 0.41 49.23 0.35 0.44
Hex 96 88 48 0 9 34 29 31 23 2C
Octal 226 210 110 0 11 64 51 61 43 54
Binary 10010110 10001000 1001000 0 1001 110100 101001 110001 100011 101100

Color Harmonies of #968848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968848

Black with #968848

Text Example


Text Example

White with #968848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968848; }

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

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

background-color css

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

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

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

border-color css

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

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

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