Html Css Color HEX #975E3C Indochine

📋 copy color: '#975E3C'

red 151 ◦ green 94 ◦ blue 60

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

Shades of Indochine #975E3C

Tints of Indochine #975E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 49.51%
G = 30.82%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#975E3C (or 0x975E3C) is known color: Indochine. HEX triplet: 97, 5E and 3C. RGB value is (151,94,60). Sum of RGB (Red+Green+Blue) = 151+94+60=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E3C is #68A1C3. Grayscale: #6B6B6B. Windows color (decimal): -6857156 or 3956375. OLE color: 3956375.

HSL color Cylindrical-coordinate representation of color #975E3C: hue angle of 22.42º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #975E3C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 94 60 -
CMYK 0 0.38 0.60 0.41
HSL 22.42º 0.43% 0.41% -
HSV(B) 22.42º 0.6% 0.59% -
XYZ 17.58 14.91 6.23 -
YUV 107.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 151 94 60 0 0.38 0.60 0.41 22.42 0.43 0.41
Hex 97 5E 3C 0 26 3C 29 16 2B 29
Octal 227 136 74 0 46 74 51 26 53 51
Binary 10010111 1011110 111100 0 100110 111100 101001 10110 101011 101001

Color Harmonies of #975E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E3C

Black with #975E3C

Text Example


Text Example

White with #975E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975E3C; }

 p { color: rgb(151,94,60); }

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

background-color css

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

 a { background-color: rgb(151,94,60); }

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

border-color css

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

 span { border-color: rgb(151,94,60); }

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