Html Css Color HEX #968346 Highball

📋 copy color: '#968346'

red 150 ◦ green 131 ◦ blue 70

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

Shades of Highball #968346

Tints of Highball #968346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 42.74%
G = 37.32%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#968346 (or 0x968346) is known color: Highball. HEX triplet: 96, 83 and 46. RGB value is (150,131,70). Sum of RGB (Red+Green+Blue) = 150+131+70=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #968346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968346 is #697CB9. Grayscale: #818181. Windows color (decimal): -6913210 or 4621206. OLE color: 4621206.

HSL color Cylindrical-coordinate representation of color #968346: hue angle of 45.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968346 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 70 -
CMYK 0 0.13 0.53 0.41
HSL 45.75º 0.36% 0.43% -
HSV(B) 45.75º 0.53% 0.59% -
XYZ 21.8 23.16 9.12 -
YUV 129.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 150 131 70 0 0.13 0.53 0.41 45.75 0.36 0.43
Hex 96 83 46 0 D 35 29 2E 24 2B
Octal 226 203 106 0 15 65 51 56 44 53
Binary 10010110 10000011 1000110 0 1101 110101 101001 101110 100100 101011

Color Harmonies of #968346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968346

Black with #968346

Text Example


Text Example

White with #968346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968346; }

 p { color: rgb(150,131,70); }

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

background-color css

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

 a { background-color: rgb(150,131,70); }

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

border-color css

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

 span { border-color: rgb(150,131,70); }

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