Html Css Color HEX #9D8C58 Teak

📋 copy color: '#9D8C58'

red 157 ◦ green 140 ◦ blue 88

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

Shades of Teak #9D8C58

Tints of Teak #9D8C58

RGB

 RED value IS 157 (61.72% from 255) = 40.78%

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

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

R = 40.78%
G = 36.36%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9D8C58 (or 0x9D8C58) is known color: Teak. HEX triplet: 9D, 8C and 58. RGB value is (157,140,88). Sum of RGB (Red+Green+Blue) = 157+140+88=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C58 is #6273A7. Grayscale: #8B8B8B. Windows color (decimal): -6452136 or 5803165. OLE color: 5803165.

HSL color Cylindrical-coordinate representation of color #9D8C58: hue angle of 45.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D8C58 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 140 88 -
CMYK 0 0.11 0.44 0.38
HSL 45.22º 0.28% 0.48% -
HSV(B) 45.22º 0.44% 0.62% -
XYZ 25.04 26.63 13.05 -
YUV 139.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 157 140 88 0 0.11 0.44 0.38 45.22 0.28 0.48
Hex 9D 8C 58 0 B 2C 26 2D 1C 30
Octal 235 214 130 0 13 54 46 55 34 60
Binary 10011101 10001100 1011000 0 1011 101100 100110 101101 11100 110000

Color Harmonies of #9D8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8C58

Black with #9D8C58

Text Example


Text Example

White with #9D8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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