Html Css Color HEX #996335 Indochine

📋 copy color: '#996335'

red 153 ◦ green 99 ◦ blue 53

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

Shades of Indochine #996335

Tints of Indochine #996335

RGB

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

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

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

R = 50.16%
G = 32.46%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#996335 (or 0x996335) is known color: Indochine. HEX triplet: 99, 63 and 35. RGB value is (153,99,53). Sum of RGB (Red+Green+Blue) = 153+99+53=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #996335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996335 is #669CCA. Grayscale: #6E6E6E. Windows color (decimal): -6724811 or 3498905. OLE color: 3498905.

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

Color convert

RGB 153 99 53 -
CMYK 0 0.35 0.65 0.4
HSL 27.6º 0.49% 0.4% -
HSV(B) 27.6º 0.65% 0.6% -
XYZ 18.24 15.95 5.49 -
YUV 109.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 153 99 53 0 0.35 0.65 0.4 27.6 0.49 0.4
Hex 99 63 35 0 23 41 28 1C 31 28
Octal 231 143 65 0 43 101 50 34 61 50
Binary 10011001 1100011 110101 0 100011 1000001 101000 11100 110001 101000

Color Harmonies of #996335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996335

Black with #996335

Text Example


Text Example

White with #996335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996335; }

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

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

background-color css

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

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

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

border-color css

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

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

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