Html Css Color HEX #9A6130 Indochine

📋 copy color: '#9A6130'

red 154 ◦ green 97 ◦ blue 48

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

Shades of Indochine #9A6130

Tints of Indochine #9A6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 51.51%
G = 32.44%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A6130 (or 0x9A6130) is known color: Indochine. HEX triplet: 9A, 61 and 30. RGB value is (154,97,48). Sum of RGB (Red+Green+Blue) = 154+97+48=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6130 is #659ECF. Grayscale: #6C6C6C. Windows color (decimal): -6659792 or 3170714. OLE color: 3170714.

HSL color Cylindrical-coordinate representation of color #9A6130: hue angle of 27.74º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A6130 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 97 48 -
CMYK 0 0.37 0.69 0.40
HSL 27.74º 0.52% 0.4% -
HSV(B) 27.74º 0.69% 0.6% -
XYZ 18.13 15.63 4.86 -
YUV 108.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 154 97 48 0 0.37 0.69 0.40 27.74 0.52 0.4
Hex 9A 61 30 0 25 45 28 1C 34 28
Octal 232 141 60 0 45 105 50 34 64 50
Binary 10011010 1100001 110000 0 100101 1000101 101000 11100 110100 101000

Color Harmonies of #9A6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6130

Black with #9A6130

Text Example


Text Example

White with #9A6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,97,48); }

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

background-color css

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

 a { background-color: rgb(154,97,48); }

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

border-color css

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

 span { border-color: rgb(154,97,48); }

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