Html Css Color HEX #9C6267 Turkish Rose

📋 copy color: '#9C6267'

red 156 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #9C6267

Tints of Turkish Rose #9C6267

RGB

 RED value IS 156 (61.33% from 255) = 43.7%

 GREEN value IS 98 (38.67% from 255) = 27.45%

 BLUE value IS 103 (40.63% from 255) = 28.85%

R = 43.7%
G = 27.45%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9C6267 (or 0x9C6267) is known color: Turkish Rose. HEX triplet: 9C, 62 and 67. RGB value is (156,98,103). Sum of RGB (Red+Green+Blue) = 156+98+103=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6267 is #639D98. Grayscale: #737373. Windows color (decimal): -6528409 or 6775452. OLE color: 6775452.

HSL color Cylindrical-coordinate representation of color #9C6267: hue angle of 354.83º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6267 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 103 -
CMYK 0 0.37 0.34 0.39
HSL 354.83º 0.23% 0.5% -
HSV(B) 354.83º 0.37% 0.61% -
XYZ 20.53 16.78 14.99 -
YUV 115.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 156 98 103 0 0.37 0.34 0.39 354.83 0.23 0.5
Hex 9C 62 67 0 25 22 27 163 17 32
Octal 234 142 147 0 45 42 47 543 27 62
Binary 10011100 1100010 1100111 0 100101 100010 100111 101100011 10111 110010

Color Harmonies of #9C6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6267

Black with #9C6267

Text Example


Text Example

White with #9C6267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,103); }

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

background-color css

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

 a { background-color: rgb(156,98,103); }

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

border-color css

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

 span { border-color: rgb(156,98,103); }

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