Html Css Color HEX #968642 Highball

📋 copy color: '#968642'

red 150 ◦ green 134 ◦ blue 66

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

Shades of Highball #968642

Tints of Highball #968642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 42.86%
G = 38.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#968642 (or 0x968642) is known color: Highball. HEX triplet: 96, 86 and 42. RGB value is (150,134,66). Sum of RGB (Red+Green+Blue) = 150+134+66=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #968642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968642 is #6979BD. Grayscale: #838383. Windows color (decimal): -6912446 or 4359830. OLE color: 4359830.

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

Color convert

RGB 150 134 66 -
CMYK 0 0.11 0.56 0.41
HSL 48.57º 0.39% 0.42% -
HSV(B) 48.57º 0.56% 0.59% -
XYZ 22.09 23.93 8.61 -
YUV 131.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 150 134 66 0 0.11 0.56 0.41 48.57 0.39 0.42
Hex 96 86 42 0 B 38 29 31 27 2A
Octal 226 206 102 0 13 70 51 61 47 52
Binary 10010110 10000110 1000010 0 1011 111000 101001 110001 100111 101010

Color Harmonies of #968642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968642

Black with #968642

Text Example


Text Example

White with #968642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968642; }

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

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

background-color css

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

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

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

border-color css

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

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

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