Html Css Color HEX #9A6336 Indochine

📋 copy color: '#9A6336'

red 154 ◦ green 99 ◦ blue 54

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

Shades of Indochine #9A6336

Tints of Indochine #9A6336

RGB

 RED value IS 154 (60.55% from 255) = 50.16%

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

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 50.16%
G = 32.25%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A6336 (or 0x9A6336) is known color: Indochine. HEX triplet: 9A, 63 and 36. RGB value is (154,99,54). Sum of RGB (Red+Green+Blue) = 154+99+54=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6336 is #659CC9. Grayscale: #6E6E6E. Windows color (decimal): -6659274 or 3564442. OLE color: 3564442.

HSL color Cylindrical-coordinate representation of color #9A6336: hue angle of 27º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A6336 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 54 -
CMYK 0 0.36 0.65 0.40
HSL 27º 0.48% 0.41% -
HSV(B) 27º 0.65% 0.6% -
XYZ 18.45 16.06 5.62 -
YUV 110.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 154 99 54 0 0.36 0.65 0.40 27 0.48 0.41
Hex 9A 63 36 0 24 41 28 1B 30 29
Octal 232 143 66 0 44 101 50 33 60 51
Binary 10011010 1100011 110110 0 100100 1000001 101000 11011 110000 101001

Color Harmonies of #9A6336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6336

Black with #9A6336

Text Example


Text Example

White with #9A6336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,54); }

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

background-color css

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

 a { background-color: rgb(154,99,54); }

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

border-color css

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

 span { border-color: rgb(154,99,54); }

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