Html Css Color HEX #968646 Highball

📋 copy color: '#968646'

red 150 ◦ green 134 ◦ blue 70

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

Shades of Highball #968646

Tints of Highball #968646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 42.37%
G = 37.85%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#968646 (or 0x968646) is known color: Highball. HEX triplet: 96, 86 and 46. RGB value is (150,134,70). Sum of RGB (Red+Green+Blue) = 150+134+70=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #968646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968646 is #6979B9. Grayscale: #838383. Windows color (decimal): -6912442 or 4621974. OLE color: 4621974.

HSL color Cylindrical-coordinate representation of color #968646: hue angle of 48º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968646 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 70 -
CMYK 0 0.11 0.53 0.41
HSL 48º 0.36% 0.43% -
HSV(B) 48º 0.53% 0.59% -
XYZ 22.21 23.98 9.25 -
YUV 131.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 150 134 70 0 0.11 0.53 0.41 48 0.36 0.43
Hex 96 86 46 0 B 35 29 30 24 2B
Octal 226 206 106 0 13 65 51 60 44 53
Binary 10010110 10000110 1000110 0 1011 110101 101001 110000 100100 101011

Color Harmonies of #968646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968646

Black with #968646

Text Example


Text Example

White with #968646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968646; }

 p { color: rgb(150,134,70); }

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

background-color css

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

 a { background-color: rgb(150,134,70); }

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

border-color css

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

 span { border-color: rgb(150,134,70); }

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