Html Css Color HEX #996235 Indochine

📋 copy color: '#996235'

red 153 ◦ green 98 ◦ blue 53

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

Shades of Indochine #996235

Tints of Indochine #996235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 50.33%
G = 32.24%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#996235 (or 0x996235) is known color: Indochine. HEX triplet: 99, 62 and 35. RGB value is (153,98,53). Sum of RGB (Red+Green+Blue) = 153+98+53=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996235 is #669DCA. Grayscale: #6D6D6D. Windows color (decimal): -6725067 or 3498649. OLE color: 3498649.

HSL color Cylindrical-coordinate representation of color #996235: hue angle of 27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996235 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 53 -
CMYK 0 0.36 0.65 0.4
HSL 27º 0.49% 0.4% -
HSV(B) 27º 0.65% 0.6% -
XYZ 18.15 15.76 5.45 -
YUV 109.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 153 98 53 0 0.36 0.65 0.4 27 0.49 0.4
Hex 99 62 35 0 24 41 28 1B 31 28
Octal 231 142 65 0 44 101 50 33 61 50
Binary 10011001 1100010 110101 0 100100 1000001 101000 11011 110001 101000

Color Harmonies of #996235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996235

Black with #996235

Text Example


Text Example

White with #996235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996235; }

 p { color: rgb(153,98,53); }

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

background-color css

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

 a { background-color: rgb(153,98,53); }

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

border-color css

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

 span { border-color: rgb(153,98,53); }

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