Html Css Color HEX #968440 Highball

📋 copy color: '#968440'

red 150 ◦ green 132 ◦ blue 64

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

Shades of Highball #968440

Tints of Highball #968440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 43.35%
G = 38.15%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#968440 (or 0x968440) is known color: Highball. HEX triplet: 96, 84 and 40. RGB value is (150,132,64). Sum of RGB (Red+Green+Blue) = 150+132+64=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #968440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968440 is #697BBF. Grayscale: #818181. Windows color (decimal): -6912960 or 4228246. OLE color: 4228246.

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

Color convert

RGB 150 132 64 -
CMYK 0 0.12 0.57 0.41
HSL 47.44º 0.4% 0.42% -
HSV(B) 47.44º 0.57% 0.59% -
XYZ 21.75 23.36 8.21 -
YUV 129.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 150 132 64 0 0.12 0.57 0.41 47.44 0.4 0.42
Hex 96 84 40 0 C 39 29 2F 28 2A
Octal 226 204 100 0 14 71 51 57 50 52
Binary 10010110 10000100 1000000 0 1100 111001 101001 101111 101000 101010

Color Harmonies of #968440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968440

Black with #968440

Text Example


Text Example

White with #968440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968440; }

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

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

background-color css

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

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

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

border-color css

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

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

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