Html Css Color HEX #9B953C Highball

📋 copy color: '#9B953C'

red 155 ◦ green 149 ◦ blue 60

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

Shades of Highball #9B953C

Tints of Highball #9B953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 60 (23.83% from 255) = 16.48%

R = 42.58%
G = 40.93%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B953C (or 0x9B953C) is known color: Highball. HEX triplet: 9B, 95 and 3C. RGB value is (155,149,60). Sum of RGB (Red+Green+Blue) = 155+149+60=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B953C is #646AC3. Grayscale: #8D8D8D. Windows color (decimal): -6580932 or 3970459. OLE color: 3970459.

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

Color convert

RGB 155 149 60 -
CMYK 0 0.04 0.61 0.39
HSL 56.21º 0.44% 0.42% -
HSV(B) 56.21º 0.61% 0.61% -
XYZ 25.08 28.79 8.51 -
YUV 140.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 155 149 60 0 0.04 0.61 0.39 56.21 0.44 0.42
Hex 9B 95 3C 0 4 3D 27 38 2C 2A
Octal 233 225 74 0 4 75 47 70 54 52
Binary 10011011 10010101 111100 0 100 111101 100111 111000 101100 101010

Color Harmonies of #9B953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B953C

Black with #9B953C

Text Example


Text Example

White with #9B953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,60); }

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

background-color css

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

 a { background-color: rgb(155,149,60); }

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

border-color css

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

 span { border-color: rgb(155,149,60); }

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