Html Css Color HEX #966033 Indochine

📋 copy color: '#966033'

red 150 ◦ green 96 ◦ blue 51

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

Shades of Indochine #966033

Tints of Indochine #966033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 50.51%
G = 32.32%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#966033 (or 0x966033) is known color: Indochine. HEX triplet: 96, 60 and 33. RGB value is (150,96,51). Sum of RGB (Red+Green+Blue) = 150+96+51=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #966033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966033 is #699FCC. Grayscale: #6B6B6B. Windows color (decimal): -6922189 or 3367062. OLE color: 3367062.

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

Color convert

RGB 150 96 51 -
CMYK 0 0.36 0.66 0.41
HSL 27.27º 0.49% 0.39% -
HSV(B) 27.27º 0.66% 0.59% -
XYZ 17.36 15.09 5.13 -
YUV 107.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 150 96 51 0 0.36 0.66 0.41 27.27 0.49 0.39
Hex 96 60 33 0 24 42 29 1B 31 27
Octal 226 140 63 0 44 102 51 33 61 47
Binary 10010110 1100000 110011 0 100100 1000010 101001 11011 110001 100111

Color Harmonies of #966033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966033

Black with #966033

Text Example


Text Example

White with #966033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966033; }

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

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

background-color css

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

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

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

border-color css

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

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

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