Html Css Color HEX #996334 Indochine

📋 copy color: '#996334'

red 153 ◦ green 99 ◦ blue 52

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

Shades of Indochine #996334

Tints of Indochine #996334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 50.33%
G = 32.57%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#996334 (or 0x996334) is known color: Indochine. HEX triplet: 99, 63 and 34. RGB value is (153,99,52). Sum of RGB (Red+Green+Blue) = 153+99+52=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996334 is #669CCB. Grayscale: #6E6E6E. Windows color (decimal): -6724812 or 3433369. OLE color: 3433369.

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

Color convert

RGB 153 99 52 -
CMYK 0 0.35 0.66 0.4
HSL 27.92º 0.49% 0.4% -
HSV(B) 27.92º 0.66% 0.6% -
XYZ 18.22 15.94 5.37 -
YUV 109.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 153 99 52 0 0.35 0.66 0.4 27.92 0.49 0.4
Hex 99 63 34 0 23 42 28 1C 31 28
Octal 231 143 64 0 43 102 50 34 61 50
Binary 10011001 1100011 110100 0 100011 1000010 101000 11100 110001 101000

Color Harmonies of #996334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996334

Black with #996334

Text Example


Text Example

White with #996334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996334; }

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

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

background-color css

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

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

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

border-color css

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

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

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