Html Css Color HEX #996537 Indochine

📋 copy color: '#996537'

red 153 ◦ green 101 ◦ blue 55

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

Shades of Indochine #996537

Tints of Indochine #996537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 49.51%
G = 32.69%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#996537 (or 0x996537) is known color: Indochine. HEX triplet: 99, 65 and 37. RGB value is (153,101,55). Sum of RGB (Red+Green+Blue) = 153+101+55=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #996537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996537 is #669AC8. Grayscale: #6F6F6F. Windows color (decimal): -6724297 or 3630489. OLE color: 3630489.

HSL color Cylindrical-coordinate representation of color #996537: hue angle of 28.16º 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 #996537 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 55 -
CMYK 0 0.34 0.64 0.4
HSL 28.16º 0.47% 0.41% -
HSV(B) 28.16º 0.64% 0.6% -
XYZ 18.48 16.36 5.8 -
YUV 111.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 153 101 55 0 0.34 0.64 0.4 28.16 0.47 0.41
Hex 99 65 37 0 22 40 28 1C 2F 29
Octal 231 145 67 0 42 100 50 34 57 51
Binary 10011001 1100101 110111 0 100010 1000000 101000 11100 101111 101001

Color Harmonies of #996537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996537

Black with #996537

Text Example


Text Example

White with #996537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996537; }

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

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

background-color css

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

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

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

border-color css

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

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

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