Html Css Color HEX #9B963E Highball

📋 copy color: '#9B963E'

red 155 ◦ green 150 ◦ blue 62

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

Shades of Highball #9B963E

Tints of Highball #9B963E

RGB

 RED value IS 155 (60.94% from 255) = 42.23%

 GREEN value IS 150 (58.98% from 255) = 40.87%

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 42.23%
G = 40.87%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B963E (or 0x9B963E) is known color: Highball. HEX triplet: 9B, 96 and 3E. RGB value is (155,150,62). Sum of RGB (Red+Green+Blue) = 155+150+62=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B963E is #6469C1. Grayscale: #8D8D8D. Windows color (decimal): -6580674 or 4101787. OLE color: 4101787.

HSL color Cylindrical-coordinate representation of color #9B963E: hue angle of 56.77º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B963E is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 62 -
CMYK 0 0.03 0.6 0.39
HSL 56.77º 0.43% 0.43% -
HSV(B) 56.77º 0.6% 0.61% -
XYZ 25.29 29.13 8.85 -
YUV 141.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 155 150 62 0 0.03 0.6 0.39 56.77 0.43 0.43
Hex 9B 96 3E 0 3 3C 27 39 2B 2B
Octal 233 226 76 0 3 74 47 71 53 53
Binary 10011011 10010110 111110 0 11 111100 100111 111001 101011 101011

Color Harmonies of #9B963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B963E

Black with #9B963E

Text Example


Text Example

White with #9B963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B963E; }

 p { color: rgb(155,150,62); }

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

background-color css

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

 a { background-color: rgb(155,150,62); }

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

border-color css

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

 span { border-color: rgb(155,150,62); }

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