Html Css Color HEX #996338 Indochine

📋 copy color: '#996338'

red 153 ◦ green 99 ◦ blue 56

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

Shades of Indochine #996338

Tints of Indochine #996338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 49.68%
G = 32.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#996338 (or 0x996338) is known color: Indochine. HEX triplet: 99, 63 and 38. RGB value is (153,99,56). Sum of RGB (Red+Green+Blue) = 153+99+56=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #996338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996338 is #669CC7. Grayscale: #6E6E6E. Windows color (decimal): -6724808 or 3695513. OLE color: 3695513.

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

Color convert

RGB 153 99 56 -
CMYK 0 0.35 0.63 0.4
HSL 26.6º 0.46% 0.41% -
HSV(B) 26.6º 0.63% 0.6% -
XYZ 18.31 15.98 5.86 -
YUV 110.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 153 99 56 0 0.35 0.63 0.4 26.6 0.46 0.41
Hex 99 63 38 0 23 3F 28 1B 2E 29
Octal 231 143 70 0 43 77 50 33 56 51
Binary 10011001 1100011 111000 0 100011 111111 101000 11011 101110 101001

Color Harmonies of #996338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996338

Black with #996338

Text Example


Text Example

White with #996338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996338; }

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

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

background-color css

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

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

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

border-color css

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

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

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