Html Css Color HEX #968437 Highball

📋 copy color: '#968437'

red 150 ◦ green 132 ◦ blue 55

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

Shades of Highball #968437

Tints of Highball #968437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 55 (21.88% from 255) = 16.32%

R = 44.51%
G = 39.17%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#968437 (or 0x968437) is known color: Highball. HEX triplet: 96, 84 and 37. RGB value is (150,132,55). Sum of RGB (Red+Green+Blue) = 150+132+55=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968437 is #697BC8. Grayscale: #808080. Windows color (decimal): -6912969 or 3638422. OLE color: 3638422.

HSL color Cylindrical-coordinate representation of color #968437: hue angle of 48.63º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968437 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 55 -
CMYK 0 0.12 0.63 0.41
HSL 48.63º 0.46% 0.4% -
HSV(B) 48.63º 0.63% 0.59% -
XYZ 21.52 23.26 6.97 -
YUV 128.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 150 132 55 0 0.12 0.63 0.41 48.63 0.46 0.4
Hex 96 84 37 0 C 3F 29 31 2E 28
Octal 226 204 67 0 14 77 51 61 56 50
Binary 10010110 10000100 110111 0 1100 111111 101001 110001 101110 101000

Color Harmonies of #968437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968437

Black with #968437

Text Example


Text Example

White with #968437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968437; }

 p { color: rgb(150,132,55); }

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

background-color css

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

 a { background-color: rgb(150,132,55); }

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

border-color css

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

 span { border-color: rgb(150,132,55); }

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