Html Css Color HEX #956035 Indochine

📋 copy color: '#956035'

red 149 ◦ green 96 ◦ blue 53

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

Shades of Indochine #956035

Tints of Indochine #956035

RGB

 RED value IS 149 (58.59% from 255) = 50%

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

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

R = 50%
G = 32.21%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#956035 (or 0x956035) is known color: Indochine. HEX triplet: 95, 60 and 35. RGB value is (149,96,53). Sum of RGB (Red+Green+Blue) = 149+96+53=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #956035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956035 is #6A9FCA. Grayscale: #6B6B6B. Windows color (decimal): -6987723 or 3498133. OLE color: 3498133.

HSL color Cylindrical-coordinate representation of color #956035: hue angle of 26.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #956035 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 53 -
CMYK 0 0.36 0.64 0.42
HSL 26.88º 0.48% 0.4% -
HSV(B) 26.88º 0.64% 0.58% -
XYZ 17.22 15.01 5.36 -
YUV 106.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 149 96 53 0 0.36 0.64 0.42 26.88 0.48 0.4
Hex 95 60 35 0 24 40 2A 1B 30 28
Octal 225 140 65 0 44 100 52 33 60 50
Binary 10010101 1100000 110101 0 100100 1000000 101010 11011 110000 101000

Color Harmonies of #956035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956035

Black with #956035

Text Example


Text Example

White with #956035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956035; }

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

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

background-color css

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

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

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

border-color css

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

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

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