Html Css Color HEX #966038 Indochine

📋 copy color: '#966038'

red 150 ◦ green 96 ◦ blue 56

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

Shades of Indochine #966038

Tints of Indochine #966038

RGB

 RED value IS 150 (58.98% from 255) = 49.67%

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

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

R = 49.67%
G = 31.79%
B = 18.54%

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

#966038 (or 0x966038) is known color: Indochine. HEX triplet: 96, 60 and 38. RGB value is (150,96,56). Sum of RGB (Red+Green+Blue) = 150+96+56=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966038 is #699FC7. Grayscale: #6B6B6B. Windows color (decimal): -6922184 or 3694742. OLE color: 3694742.

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

Color convert

RGB 150 96 56 -
CMYK 0 0.36 0.63 0.41
HSL 25.53º 0.46% 0.4% -
HSV(B) 25.53º 0.63% 0.59% -
XYZ 17.47 15.14 5.74 -
YUV 107.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 150 96 56 0 0.36 0.63 0.41 25.53 0.46 0.4
Hex 96 60 38 0 24 3F 29 1A 2E 28
Octal 226 140 70 0 44 77 51 32 56 50
Binary 10010110 1100000 111000 0 100100 111111 101001 11010 101110 101000

Color Harmonies of #966038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966038

Black with #966038

Text Example


Text Example

White with #966038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966038; }

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

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

background-color css

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

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

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

border-color css

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

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

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