Html Css Color HEX #9B8E56 Teak

📋 copy color: '#9B8E56'

red 155 ◦ green 142 ◦ blue 86

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

Shades of Teak #9B8E56

Tints of Teak #9B8E56

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 40.47%
G = 37.08%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B8E56 (or 0x9B8E56) is known color: Teak. HEX triplet: 9B, 8E and 56. RGB value is (155,142,86). Sum of RGB (Red+Green+Blue) = 155+142+86=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E56 is #6471A9. Grayscale: #8B8B8B. Windows color (decimal): -6582698 or 5672603. OLE color: 5672603.

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

Color convert

RGB 155 142 86 -
CMYK 0 0.08 0.45 0.39
HSL 48.7º 0.29% 0.47% -
HSV(B) 48.7º 0.45% 0.61% -
XYZ 24.87 26.99 12.7 -
YUV 139.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 155 142 86 0 0.08 0.45 0.39 48.7 0.29 0.47
Hex 9B 8E 56 0 8 2D 27 31 1D 2F
Octal 233 216 126 0 10 55 47 61 35 57
Binary 10011011 10001110 1010110 0 1000 101101 100111 110001 11101 101111

Color Harmonies of #9B8E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8E56

Black with #9B8E56

Text Example


Text Example

White with #9B8E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,142,86); }

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

background-color css

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

 a { background-color: rgb(155,142,86); }

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

border-color css

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

 span { border-color: rgb(155,142,86); }

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