Html Css Color HEX #968840 Highball

📋 copy color: '#968840'

red 150 ◦ green 136 ◦ blue 64

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

Shades of Highball #968840

Tints of Highball #968840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

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

R = 42.86%
G = 38.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#968840 (or 0x968840) is known color: Highball. HEX triplet: 96, 88 and 40. RGB value is (150,136,64). Sum of RGB (Red+Green+Blue) = 150+136+64=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #968840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968840 is #6977BF. Grayscale: #848484. Windows color (decimal): -6911936 or 4229270. OLE color: 4229270.

HSL color Cylindrical-coordinate representation of color #968840: hue angle of 50.23º 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 #968840 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 64 -
CMYK 0 0.09 0.57 0.41
HSL 50.23º 0.4% 0.42% -
HSV(B) 50.23º 0.57% 0.59% -
XYZ 22.31 24.46 8.4 -
YUV 131.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 150 136 64 0 0.09 0.57 0.41 50.23 0.4 0.42
Hex 96 88 40 0 9 39 29 32 28 2A
Octal 226 210 100 0 11 71 51 62 50 52
Binary 10010110 10001000 1000000 0 1001 111001 101001 110010 101000 101010

Color Harmonies of #968840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968840

Black with #968840

Text Example


Text Example

White with #968840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968840; }

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

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

background-color css

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

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

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

border-color css

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

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

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