Html Css Color HEX #968548 Highball

📋 copy color: '#968548'

red 150 ◦ green 133 ◦ blue 72

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

Shades of Highball #968548

Tints of Highball #968548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 42.25%
G = 37.46%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#968548 (or 0x968548) is known color: Highball. HEX triplet: 96, 85 and 48. RGB value is (150,133,72). Sum of RGB (Red+Green+Blue) = 150+133+72=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #968548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968548 is #697AB7. Grayscale: #838383. Windows color (decimal): -6912696 or 4752790. OLE color: 4752790.

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

Color convert

RGB 150 133 72 -
CMYK 0 0.11 0.52 0.41
HSL 46.92º 0.35% 0.44% -
HSV(B) 46.92º 0.52% 0.59% -
XYZ 22.13 23.73 9.54 -
YUV 131.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 150 133 72 0 0.11 0.52 0.41 46.92 0.35 0.44
Hex 96 85 48 0 B 34 29 2F 23 2C
Octal 226 205 110 0 13 64 51 57 43 54
Binary 10010110 10000101 1001000 0 1011 110100 101001 101111 100011 101100

Color Harmonies of #968548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968548

Black with #968548

Text Example


Text Example

White with #968548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968548; }

 p { color: rgb(150,133,72); }

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

background-color css

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

 a { background-color: rgb(150,133,72); }

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

border-color css

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

 span { border-color: rgb(150,133,72); }

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