Html Css Color HEX #968D4C Highball

📋 copy color: '#968D4C'

red 150 ◦ green 141 ◦ blue 76

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

Shades of Highball #968D4C

Tints of Highball #968D4C

RGB

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

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

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

R = 40.87%
G = 38.42%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#968D4C (or 0x968D4C) is known color: Highball. HEX triplet: 96, 8D and 4C. RGB value is (150,141,76). Sum of RGB (Red+Green+Blue) = 150+141+76=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D4C is #6972B3. Grayscale: #888888. Windows color (decimal): -6910644 or 5016982. OLE color: 5016982.

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

Color convert

RGB 150 141 76 -
CMYK 0 0.06 0.49 0.41
HSL 52.7º 0.33% 0.44% -
HSV(B) 52.7º 0.49% 0.59% -
XYZ 23.41 26.06 10.63 -
YUV 136.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 150 141 76 0 0.06 0.49 0.41 52.7 0.33 0.44
Hex 96 8D 4C 0 6 31 29 35 21 2C
Octal 226 215 114 0 6 61 51 65 41 54
Binary 10010110 10001101 1001100 0 110 110001 101001 110101 100001 101100

Color Harmonies of #968D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D4C

Black with #968D4C

Text Example


Text Example

White with #968D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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