Html Css Color HEX #9B8C58 Teak

📋 copy color: '#9B8C58'

red 155 ◦ green 140 ◦ blue 88

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

Shades of Teak #9B8C58

Tints of Teak #9B8C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 40.47%
G = 36.55%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B8C58 (or 0x9B8C58) is known color: Teak. HEX triplet: 9B, 8C and 58. RGB value is (155,140,88). Sum of RGB (Red+Green+Blue) = 155+140+88=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C58 is #6473A7. Grayscale: #8A8A8A. Windows color (decimal): -6583208 or 5803163. OLE color: 5803163.

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

Color convert

RGB 155 140 88 -
CMYK 0 0.10 0.43 0.39
HSL 46.57º 0.28% 0.48% -
HSV(B) 46.57º 0.43% 0.61% -
XYZ 24.66 26.43 13.03 -
YUV 138.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 155 140 88 0 0.10 0.43 0.39 46.57 0.28 0.48
Hex 9B 8C 58 0 A 2B 27 2F 1C 30
Octal 233 214 130 0 12 53 47 57 34 60
Binary 10011011 10001100 1011000 0 1010 101011 100111 101111 11100 110000

Color Harmonies of #9B8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8C58

Black with #9B8C58

Text Example


Text Example

White with #9B8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,140,88); }

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

background-color css

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

 a { background-color: rgb(155,140,88); }

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

border-color css

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

 span { border-color: rgb(155,140,88); }

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