Html Css Color HEX #975B2E Indochine

📋 copy color: '#975B2E'

red 151 ◦ green 91 ◦ blue 46

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

Shades of Indochine #975B2E

Tints of Indochine #975B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 52.43%
G = 31.6%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#975B2E (or 0x975B2E) is known color: Indochine. HEX triplet: 97, 5B and 2E. RGB value is (151,91,46). Sum of RGB (Red+Green+Blue) = 151+91+46=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #975B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B2E is #68A4D1. Grayscale: #686868. Windows color (decimal): -6857938 or 3038103. OLE color: 3038103.

HSL color Cylindrical-coordinate representation of color #975B2E: hue angle of 25.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #975B2E is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 46 -
CMYK 0 0.40 0.70 0.41
HSL 25.71º 0.53% 0.39% -
HSV(B) 25.71º 0.7% 0.59% -
XYZ 17 14.26 4.44 -
YUV 103.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 151 91 46 0 0.40 0.70 0.41 25.71 0.53 0.39
Hex 97 5B 2E 0 28 46 29 1A 35 27
Octal 227 133 56 0 50 106 51 32 65 47
Binary 10010111 1011011 101110 0 101000 1000110 101001 11010 110101 100111

Color Harmonies of #975B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B2E

Black with #975B2E

Text Example


Text Example

White with #975B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,46); }

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

background-color css

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

 a { background-color: rgb(151,91,46); }

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

border-color css

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

 span { border-color: rgb(151,91,46); }

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