Html Css Color HEX #968749 Highball

📋 copy color: '#968749'

red 150 ◦ green 135 ◦ blue 73

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

Shades of Highball #968749

Tints of Highball #968749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 41.9%
G = 37.71%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#968749 (or 0x968749) is known color: Highball. HEX triplet: 96, 87 and 49. RGB value is (150,135,73). Sum of RGB (Red+Green+Blue) = 150+135+73=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968749 is #6978B6. Grayscale: #848484. Windows color (decimal): -6912183 or 4818838. OLE color: 4818838.

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

Color convert

RGB 150 135 73 -
CMYK 0 0.1 0.51 0.41
HSL 48.31º 0.35% 0.44% -
HSV(B) 48.31º 0.51% 0.59% -
XYZ 22.44 24.29 9.81 -
YUV 132.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 150 135 73 0 0.1 0.51 0.41 48.31 0.35 0.44
Hex 96 87 49 0 A 33 29 30 23 2C
Octal 226 207 111 0 12 63 51 60 43 54
Binary 10010110 10000111 1001001 0 1010 110011 101001 110000 100011 101100

Color Harmonies of #968749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968749

Black with #968749

Text Example


Text Example

White with #968749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968749; }

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

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

background-color css

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

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

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

border-color css

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

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

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