Html Css Color HEX #9B6367 Turkish Rose

📋 copy color: '#9B6367'

red 155 ◦ green 99 ◦ blue 103

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

Shades of Turkish Rose #9B6367

Tints of Turkish Rose #9B6367

RGB

 RED value IS 155 (60.94% from 255) = 43.42%

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 43.42%
G = 27.73%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B6367 (or 0x9B6367) is known color: Turkish Rose. HEX triplet: 9B, 63 and 67. RGB value is (155,99,103). Sum of RGB (Red+Green+Blue) = 155+99+103=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6367 is #649C98. Grayscale: #747474. Windows color (decimal): -6593689 or 6775707. OLE color: 6775707.

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

Color convert

RGB 155 99 103 -
CMYK 0 0.36 0.34 0.39
HSL 355.71º 0.22% 0.5% -
HSV(B) 355.71º 0.36% 0.61% -
XYZ 20.43 16.87 15.01 -
YUV 116.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 155 99 103 0 0.36 0.34 0.39 355.71 0.22 0.5
Hex 9B 63 67 0 24 22 27 164 16 32
Octal 233 143 147 0 44 42 47 544 26 62
Binary 10011011 1100011 1100111 0 100100 100010 100111 101100100 10110 110010

Color Harmonies of #9B6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6367

Black with #9B6367

Text Example


Text Example

White with #9B6367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,103); }

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

background-color css

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

 a { background-color: rgb(155,99,103); }

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

border-color css

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

 span { border-color: rgb(155,99,103); }

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