Html Css Color HEX #968649 Highball

📋 copy color: '#968649'

red 150 ◦ green 134 ◦ blue 73

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

Shades of Highball #968649

Tints of Highball #968649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 42.02%
G = 37.54%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#968649 (or 0x968649) is known color: Highball. HEX triplet: 96, 86 and 49. RGB value is (150,134,73). Sum of RGB (Red+Green+Blue) = 150+134+73=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #968649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968649 is #6979B6. Grayscale: #848484. Windows color (decimal): -6912439 or 4818582. OLE color: 4818582.

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

Color convert

RGB 150 134 73 -
CMYK 0 0.11 0.51 0.41
HSL 47.53º 0.35% 0.44% -
HSV(B) 47.53º 0.51% 0.59% -
XYZ 22.31 24.02 9.76 -
YUV 131.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 150 134 73 0 0.11 0.51 0.41 47.53 0.35 0.44
Hex 96 86 49 0 B 33 29 30 23 2C
Octal 226 206 111 0 13 63 51 60 43 54
Binary 10010110 10000110 1001001 0 1011 110011 101001 110000 100011 101100

Color Harmonies of #968649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968649

Black with #968649

Text Example


Text Example

White with #968649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968649; }

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

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

background-color css

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

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

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

border-color css

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

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

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