Html Css Color HEX #9B953D Highball

📋 copy color: '#9B953D'

red 155 ◦ green 149 ◦ blue 61

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

Shades of Highball #9B953D

Tints of Highball #9B953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 42.47%
G = 40.82%
B = 16.71%

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

#9B953D (or 0x9B953D) is known color: Highball. HEX triplet: 9B, 95 and 3D. RGB value is (155,149,61). Sum of RGB (Red+Green+Blue) = 155+149+61=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B953D is #646AC2. Grayscale: #8D8D8D. Windows color (decimal): -6580931 or 4035995. OLE color: 4035995.

HSL color Cylindrical-coordinate representation of color #9B953D: hue angle of 56.17º 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 #9B953D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 61 -
CMYK 0 0.04 0.61 0.39
HSL 56.17º 0.44% 0.42% -
HSV(B) 56.17º 0.61% 0.61% -
XYZ 25.11 28.8 8.65 -
YUV 140.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 155 149 61 0 0.04 0.61 0.39 56.17 0.44 0.42
Hex 9B 95 3D 0 4 3D 27 38 2C 2A
Octal 233 225 75 0 4 75 47 70 54 52
Binary 10011011 10010101 111101 0 100 111101 100111 111000 101100 101010

Color Harmonies of #9B953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B953D

Black with #9B953D

Text Example


Text Example

White with #9B953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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