Html Css Color HEX #968242 Highball

📋 copy color: '#968242'

red 150 ◦ green 130 ◦ blue 66

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

Shades of Highball #968242

Tints of Highball #968242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 43.35%
G = 37.57%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#968242 (or 0x968242) is known color: Highball. HEX triplet: 96, 82 and 42. RGB value is (150,130,66). Sum of RGB (Red+Green+Blue) = 150+130+66=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #968242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968242 is #697DBD. Grayscale: #808080. Windows color (decimal): -6913470 or 4358806. OLE color: 4358806.

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

Color convert

RGB 150 130 66 -
CMYK 0 0.13 0.56 0.41
HSL 45.71º 0.39% 0.42% -
HSV(B) 45.71º 0.56% 0.59% -
XYZ 21.54 22.84 8.43 -
YUV 128.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 150 130 66 0 0.13 0.56 0.41 45.71 0.39 0.42
Hex 96 82 42 0 D 38 29 2E 27 2A
Octal 226 202 102 0 15 70 51 56 47 52
Binary 10010110 10000010 1000010 0 1101 111000 101001 101110 100111 101010

Color Harmonies of #968242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968242

Black with #968242

Text Example


Text Example

White with #968242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968242; }

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

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

background-color css

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

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

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

border-color css

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

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

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