Html Css Color HEX #968D48 Highball

📋 copy color: '#968D48'

red 150 ◦ green 141 ◦ blue 72

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

Shades of Highball #968D48

Tints of Highball #968D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 41.32%
G = 38.84%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#968D48 (or 0x968D48) is known color: Highball. HEX triplet: 96, 8D and 48. RGB value is (150,141,72). Sum of RGB (Red+Green+Blue) = 150+141+72=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D48 is #6972B7. Grayscale: #888888. Windows color (decimal): -6910648 or 4754838. OLE color: 4754838.

HSL color Cylindrical-coordinate representation of color #968D48: hue angle of 53.08º 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 #968D48 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 72 -
CMYK 0 0.06 0.52 0.41
HSL 53.08º 0.35% 0.44% -
HSV(B) 53.08º 0.52% 0.59% -
XYZ 23.27 26 9.92 -
YUV 135.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 150 141 72 0 0.06 0.52 0.41 53.08 0.35 0.44
Hex 96 8D 48 0 6 34 29 35 23 2C
Octal 226 215 110 0 6 64 51 65 43 54
Binary 10010110 10001101 1001000 0 110 110100 101001 110101 100011 101100

Color Harmonies of #968D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D48

Black with #968D48

Text Example


Text Example

White with #968D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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