Html Css Color HEX #968443 Highball

📋 copy color: '#968443'

red 150 ◦ green 132 ◦ blue 67

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

Shades of Highball #968443

Tints of Highball #968443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 42.98%
G = 37.82%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#968443 (or 0x968443) is known color: Highball. HEX triplet: 96, 84 and 43. RGB value is (150,132,67). Sum of RGB (Red+Green+Blue) = 150+132+67=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968443 is #697BBC. Grayscale: #828282. Windows color (decimal): -6912957 or 4424854. OLE color: 4424854.

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

Color convert

RGB 150 132 67 -
CMYK 0 0.12 0.55 0.41
HSL 46.99º 0.38% 0.43% -
HSV(B) 46.99º 0.55% 0.59% -
XYZ 21.84 23.39 8.67 -
YUV 129.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 150 132 67 0 0.12 0.55 0.41 46.99 0.38 0.43
Hex 96 84 43 0 C 37 29 2F 26 2B
Octal 226 204 103 0 14 67 51 57 46 53
Binary 10010110 10000100 1000011 0 1100 110111 101001 101111 100110 101011

Color Harmonies of #968443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968443

Black with #968443

Text Example


Text Example

White with #968443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968443; }

 p { color: rgb(150,132,67); }

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

background-color css

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

 a { background-color: rgb(150,132,67); }

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

border-color css

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

 span { border-color: rgb(150,132,67); }

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