Html Css Color HEX #968C4F Highball

📋 copy color: '#968C4F'

red 150 ◦ green 140 ◦ blue 79

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

Shades of Highball #968C4F

Tints of Highball #968C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 40.65%
G = 37.94%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#968C4F (or 0x968C4F) is known color: Highball. HEX triplet: 96, 8C and 4F. RGB value is (150,140,79). Sum of RGB (Red+Green+Blue) = 150+140+79=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C4F is #6973B0. Grayscale: #888888. Windows color (decimal): -6910897 or 5213334. OLE color: 5213334.

HSL color Cylindrical-coordinate representation of color #968C4F: hue angle of 51.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968C4F is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 79 -
CMYK 0 0.07 0.47 0.41
HSL 51.55º 0.31% 0.45% -
HSV(B) 51.55º 0.47% 0.59% -
XYZ 23.37 25.8 11.15 -
YUV 136.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 150 140 79 0 0.07 0.47 0.41 51.55 0.31 0.45
Hex 96 8C 4F 0 7 2F 29 34 1F 2D
Octal 226 214 117 0 7 57 51 64 37 55
Binary 10010110 10001100 1001111 0 111 101111 101001 110100 11111 101101

Color Harmonies of #968C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C4F

Black with #968C4F

Text Example


Text Example

White with #968C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,79); }

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

background-color css

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

 a { background-color: rgb(150,140,79); }

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

border-color css

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

 span { border-color: rgb(150,140,79); }

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