Html Css Color HEX #976138 Indochine

📋 copy color: '#976138'

red 151 ◦ green 97 ◦ blue 56

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

Shades of Indochine #976138

Tints of Indochine #976138

RGB

 RED value IS 151 (59.38% from 255) = 49.67%

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

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 49.67%
G = 31.91%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#976138 (or 0x976138) is known color: Indochine. HEX triplet: 97, 61 and 38. RGB value is (151,97,56). Sum of RGB (Red+Green+Blue) = 151+97+56=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #976138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976138 is #689EC7. Grayscale: #6C6C6C. Windows color (decimal): -6856392 or 3694999. OLE color: 3694999.

HSL color Cylindrical-coordinate representation of color #976138: hue angle of 25.89º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #976138 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 97 56 -
CMYK 0 0.36 0.63 0.41
HSL 25.89º 0.46% 0.41% -
HSV(B) 25.89º 0.63% 0.59% -
XYZ 17.75 15.41 5.78 -
YUV 108.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 151 97 56 0 0.36 0.63 0.41 25.89 0.46 0.41
Hex 97 61 38 0 24 3F 29 1A 2E 29
Octal 227 141 70 0 44 77 51 32 56 51
Binary 10010111 1100001 111000 0 100100 111111 101001 11010 101110 101001

Color Harmonies of #976138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976138

Black with #976138

Text Example


Text Example

White with #976138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976138; }

 p { color: rgb(151,97,56); }

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

background-color css

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

 a { background-color: rgb(151,97,56); }

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

border-color css

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

 span { border-color: rgb(151,97,56); }

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