Html Css Color HEX #9F9058 Teak

📋 copy color: '#9F9058'

red 159 ◦ green 144 ◦ blue 88

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

Shades of Teak #9F9058

Tints of Teak #9F9058

RGB

 RED value IS 159 (62.5% from 255) = 40.66%

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 40.66%
G = 36.83%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F9058 (or 0x9F9058) is known color: Teak. HEX triplet: 9F, 90 and 58. RGB value is (159,144,88). Sum of RGB (Red+Green+Blue) = 159+144+88=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9058 is #606FA7. Grayscale: #8E8E8E. Windows color (decimal): -6320040 or 5804191. OLE color: 5804191.

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

Color convert

RGB 159 144 88 -
CMYK 0 0.09 0.45 0.38
HSL 47.32º 0.29% 0.48% -
HSV(B) 47.32º 0.45% 0.62% -
XYZ 26.03 28.02 13.27 -
YUV 142.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 159 144 88 0 0.09 0.45 0.38 47.32 0.29 0.48
Hex 9F 90 58 0 9 2D 26 2F 1D 30
Octal 237 220 130 0 11 55 46 57 35 60
Binary 10011111 10010000 1011000 0 1001 101101 100110 101111 11101 110000

Color Harmonies of #9F9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9058

Black with #9F9058

Text Example


Text Example

White with #9F9058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,88); }

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

background-color css

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

 a { background-color: rgb(159,144,88); }

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

border-color css

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

 span { border-color: rgb(159,144,88); }

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