Html Css Color HEX #9F9053 Teak

📋 copy color: '#9F9053'

red 159 ◦ green 144 ◦ blue 83

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

Shades of Teak #9F9053

Tints of Teak #9F9053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 41.19%
G = 37.31%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F9053 (or 0x9F9053) is known color: Teak. HEX triplet: 9F, 90 and 53. RGB value is (159,144,83). Sum of RGB (Red+Green+Blue) = 159+144+83=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9053 is #606FAC. Grayscale: #8D8D8D. Windows color (decimal): -6320045 or 5476511. OLE color: 5476511.

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

Color convert

RGB 159 144 83 -
CMYK 0 0.09 0.48 0.38
HSL 48.16º 0.31% 0.47% -
HSV(B) 48.16º 0.48% 0.62% -
XYZ 25.83 27.94 12.22 -
YUV 141.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 159 144 83 0 0.09 0.48 0.38 48.16 0.31 0.47
Hex 9F 90 53 0 9 30 26 30 1F 2F
Octal 237 220 123 0 11 60 46 60 37 57
Binary 10011111 10010000 1010011 0 1001 110000 100110 110000 11111 101111

Color Harmonies of #9F9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9053

Black with #9F9053

Text Example


Text Example

White with #9F9053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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