Html Css Color HEX #9F726A Coral Tree

📋 copy color: '#9F726A'

red 159 ◦ green 114 ◦ blue 106

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

Shades of Coral Tree #9F726A

Tints of Coral Tree #9F726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 41.95%
G = 30.08%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F726A (or 0x9F726A) is known color: Coral Tree. HEX triplet: 9F, 72 and 6A. RGB value is (159,114,106). Sum of RGB (Red+Green+Blue) = 159+114+106=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F726A is #608D95. Grayscale: #7E7E7E. Windows color (decimal): -6327702 or 6976159. OLE color: 6976159.

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

Color convert

RGB 159 114 106 -
CMYK 0 0.28 0.33 0.38
HSL 9.06º 0.22% 0.52% -
HSV(B) 9.06º 0.33% 0.62% -
XYZ 22.92 20.45 16.37 -
YUV 126.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 159 114 106 0 0.28 0.33 0.38 9.06 0.22 0.52
Hex 9F 72 6A 0 1C 21 26 9 16 34
Octal 237 162 152 0 34 41 46 11 26 64
Binary 10011111 1110010 1101010 0 11100 100001 100110 1001 10110 110100

Color Harmonies of #9F726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F726A

Black with #9F726A

Text Example


Text Example

White with #9F726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,114,106); }

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

background-color css

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

 a { background-color: rgb(159,114,106); }

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

border-color css

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

 span { border-color: rgb(159,114,106); }

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