Html Css Color HEX #968D39 Highball

📋 copy color: '#968D39'

red 150 ◦ green 141 ◦ blue 57

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

Shades of Highball #968D39

Tints of Highball #968D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.38%

R = 43.1%
G = 40.52%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#968D39 (or 0x968D39) is known color: Highball. HEX triplet: 96, 8D and 39. RGB value is (150,141,57). Sum of RGB (Red+Green+Blue) = 150+141+57=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #968D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D39 is #6972C6. Grayscale: #868686. Windows color (decimal): -6910663 or 3771798. OLE color: 3771798.

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

Color convert

RGB 150 141 57 -
CMYK 0 0.06 0.62 0.41
HSL 54.19º 0.45% 0.41% -
HSV(B) 54.19º 0.62% 0.59% -
XYZ 22.84 25.83 7.65 -
YUV 134.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 150 141 57 0 0.06 0.62 0.41 54.19 0.45 0.41
Hex 96 8D 39 0 6 3E 29 36 2D 29
Octal 226 215 71 0 6 76 51 66 55 51
Binary 10010110 10001101 111001 0 110 111110 101001 110110 101101 101001

Color Harmonies of #968D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D39

Black with #968D39

Text Example


Text Example

White with #968D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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