Html Css Color HEX #968A46 Highball

📋 copy color: '#968A46'

red 150 ◦ green 138 ◦ blue 70

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

Shades of Highball #968A46

Tints of Highball #968A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 41.9%
G = 38.55%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#968A46 (or 0x968A46) is known color: Highball. HEX triplet: 96, 8A and 46. RGB value is (150,138,70). Sum of RGB (Red+Green+Blue) = 150+138+70=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A46 is #6975B9. Grayscale: #868686. Windows color (decimal): -6911418 or 4622998. OLE color: 4622998.

HSL color Cylindrical-coordinate representation of color #968A46: hue angle of 51º 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 #968A46 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 70 -
CMYK 0 0.08 0.53 0.41
HSL 51º 0.36% 0.43% -
HSV(B) 51º 0.53% 0.59% -
XYZ 22.77 25.1 9.44 -
YUV 133.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 150 138 70 0 0.08 0.53 0.41 51 0.36 0.43
Hex 96 8A 46 0 8 35 29 33 24 2B
Octal 226 212 106 0 10 65 51 63 44 53
Binary 10010110 10001010 1000110 0 1000 110101 101001 110011 100100 101011

Color Harmonies of #968A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A46

Black with #968A46

Text Example


Text Example

White with #968A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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