Html Css Color HEX #996337 Indochine

📋 copy color: '#996337'

red 153 ◦ green 99 ◦ blue 55

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

Shades of Indochine #996337

Tints of Indochine #996337

RGB

 RED value IS 153 (60.16% from 255) = 49.84%

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 49.84%
G = 32.25%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#996337 (or 0x996337) is known color: Indochine. HEX triplet: 99, 63 and 37. RGB value is (153,99,55). Sum of RGB (Red+Green+Blue) = 153+99+55=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996337 is #669CC8. Grayscale: #6E6E6E. Windows color (decimal): -6724809 or 3629977. OLE color: 3629977.

HSL color Cylindrical-coordinate representation of color #996337: hue angle of 26.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #996337 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 55 -
CMYK 0 0.35 0.64 0.4
HSL 26.94º 0.47% 0.41% -
HSV(B) 26.94º 0.64% 0.6% -
XYZ 18.29 15.97 5.73 -
YUV 110.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 153 99 55 0 0.35 0.64 0.4 26.94 0.47 0.41
Hex 99 63 37 0 23 40 28 1B 2F 29
Octal 231 143 67 0 43 100 50 33 57 51
Binary 10011001 1100011 110111 0 100011 1000000 101000 11011 101111 101001

Color Harmonies of #996337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996337

Black with #996337

Text Example


Text Example

White with #996337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996337; }

 p { color: rgb(153,99,55); }

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

background-color css

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

 a { background-color: rgb(153,99,55); }

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

border-color css

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

 span { border-color: rgb(153,99,55); }

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