Html Css Color HEX #995B2B Indochine

📋 copy color: '#995B2B'

red 153 ◦ green 91 ◦ blue 43

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

Shades of Indochine #995B2B

Tints of Indochine #995B2B

RGB

 RED value IS 153 (60.16% from 255) = 53.31%

 GREEN value IS 91 (35.94% from 255) = 31.71%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 53.31%
G = 31.71%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#995B2B (or 0x995B2B) is known color: Indochine. HEX triplet: 99, 5B and 2B. RGB value is (153,91,43). Sum of RGB (Red+Green+Blue) = 153+91+43=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #995B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B2B is #66A4D4. Grayscale: #686868. Windows color (decimal): -6726869 or 2841497. OLE color: 2841497.

HSL color Cylindrical-coordinate representation of color #995B2B: hue angle of 26.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #995B2B is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 43 -
CMYK 0 0.41 0.72 0.4
HSL 26.18º 0.56% 0.38% -
HSV(B) 26.18º 0.72% 0.6% -
XYZ 17.31 14.43 4.16 -
YUV 104.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 153 91 43 0 0.41 0.72 0.4 26.18 0.56 0.38
Hex 99 5B 2B 0 29 48 28 1A 38 26
Octal 231 133 53 0 51 110 50 32 70 46
Binary 10011001 1011011 101011 0 101001 1001000 101000 11010 111000 100110

Color Harmonies of #995B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B2B

Black with #995B2B

Text Example


Text Example

White with #995B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B2B; }

 p { color: rgb(153,91,43); }

 H1.HeaderClassName
 {
   color: #995B2B;
 }
 .AnyTagClassName
 {
   color: #995B2B;
 }
</style>

background-color css

<style>
 a { background-color: #995B2B; }

 a { background-color: rgb(153,91,43); }

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

border-color css

<style>
 span { border-color: #995B2B; }

 span { border-color: rgb(153,91,43); }

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