Html Css Color HEX #9B8D55 Teak

📋 copy color: '#9B8D55'

red 155 ◦ green 141 ◦ blue 85

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

Shades of Teak #9B8D55

Tints of Teak #9B8D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 40.68%
G = 37.01%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B8D55 (or 0x9B8D55) is known color: Teak. HEX triplet: 9B, 8D and 55. RGB value is (155,141,85). Sum of RGB (Red+Green+Blue) = 155+141+85=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D55 is #6472AA. Grayscale: #8B8B8B. Windows color (decimal): -6582955 or 5606811. OLE color: 5606811.

HSL color Cylindrical-coordinate representation of color #9B8D55: hue angle of 48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B8D55 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 85 -
CMYK 0 0.09 0.45 0.39
HSL 48º 0.29% 0.47% -
HSV(B) 48º 0.45% 0.61% -
XYZ 24.68 26.67 12.44 -
YUV 138.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 155 141 85 0 0.09 0.45 0.39 48 0.29 0.47
Hex 9B 8D 55 0 9 2D 27 30 1D 2F
Octal 233 215 125 0 11 55 47 60 35 57
Binary 10011011 10001101 1010101 0 1001 101101 100111 110000 11101 101111

Color Harmonies of #9B8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D55

Black with #9B8D55

Text Example


Text Example

White with #9B8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,85); }

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

background-color css

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

 a { background-color: rgb(155,141,85); }

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

border-color css

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

 span { border-color: rgb(155,141,85); }

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