Html Css Color HEX #9A6035 Indochine

📋 copy color: '#9A6035'

red 154 ◦ green 96 ◦ blue 53

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

Shades of Indochine #9A6035

Tints of Indochine #9A6035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 50.83%
G = 31.68%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A6035 (or 0x9A6035) is known color: Indochine. HEX triplet: 9A, 60 and 35. RGB value is (154,96,53). Sum of RGB (Red+Green+Blue) = 154+96+53=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6035 is #659FCA. Grayscale: #6C6C6C. Windows color (decimal): -6660043 or 3498138. OLE color: 3498138.

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

Color convert

RGB 154 96 53 -
CMYK 0 0.38 0.66 0.40
HSL 25.54º 0.49% 0.41% -
HSV(B) 25.54º 0.66% 0.6% -
XYZ 18.15 15.49 5.4 -
YUV 108.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 154 96 53 0 0.38 0.66 0.40 25.54 0.49 0.41
Hex 9A 60 35 0 26 42 28 1A 31 29
Octal 232 140 65 0 46 102 50 32 61 51
Binary 10011010 1100000 110101 0 100110 1000010 101000 11010 110001 101001

Color Harmonies of #9A6035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6035

Black with #9A6035

Text Example


Text Example

White with #9A6035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,96,53); }

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

background-color css

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

 a { background-color: rgb(154,96,53); }

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

border-color css

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

 span { border-color: rgb(154,96,53); }

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