Html Css Color HEX #956038 Indochine

📋 copy color: '#956038'

red 149 ◦ green 96 ◦ blue 56

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

Shades of Indochine #956038

Tints of Indochine #956038

RGB

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

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

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

R = 49.5%
G = 31.89%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#956038 (or 0x956038) is known color: Indochine. HEX triplet: 95, 60 and 38. RGB value is (149,96,56). Sum of RGB (Red+Green+Blue) = 149+96+56=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956038 is #6A9FC7. Grayscale: #6B6B6B. Windows color (decimal): -6987720 or 3694741. OLE color: 3694741.

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

Color convert

RGB 149 96 56 -
CMYK 0 0.36 0.62 0.42
HSL 25.81º 0.45% 0.4% -
HSV(B) 25.81º 0.62% 0.58% -
XYZ 17.29 15.04 5.73 -
YUV 107.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 149 96 56 0 0.36 0.62 0.42 25.81 0.45 0.4
Hex 95 60 38 0 24 3E 2A 1A 2D 28
Octal 225 140 70 0 44 76 52 32 55 50
Binary 10010101 1100000 111000 0 100100 111110 101010 11010 101101 101000

Color Harmonies of #956038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956038

Black with #956038

Text Example


Text Example

White with #956038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956038; }

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

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

background-color css

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

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

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

border-color css

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

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

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