Html Css Color HEX #968C3B Highball

📋 copy color: '#968C3B'

red 150 ◦ green 140 ◦ blue 59

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

Shades of Highball #968C3B

Tints of Highball #968C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 42.98%
G = 40.11%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#968C3B (or 0x968C3B) is known color: Highball. HEX triplet: 96, 8C and 3B. RGB value is (150,140,59). Sum of RGB (Red+Green+Blue) = 150+140+59=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C3B is #6973C4. Grayscale: #868686. Windows color (decimal): -6910917 or 3902614. OLE color: 3902614.

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

Color convert

RGB 150 140 59 -
CMYK 0 0.07 0.61 0.41
HSL 53.41º 0.44% 0.41% -
HSV(B) 53.41º 0.61% 0.59% -
XYZ 22.75 25.56 7.87 -
YUV 133.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 150 140 59 0 0.07 0.61 0.41 53.41 0.44 0.41
Hex 96 8C 3B 0 7 3D 29 35 2C 29
Octal 226 214 73 0 7 75 51 65 54 51
Binary 10010110 10001100 111011 0 111 111101 101001 110101 101100 101001

Color Harmonies of #968C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C3B

Black with #968C3B

Text Example


Text Example

White with #968C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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