Html Css Color HEX #996238 Indochine

📋 copy color: '#996238'

red 153 ◦ green 98 ◦ blue 56

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

Shades of Indochine #996238

Tints of Indochine #996238

RGB

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

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

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

R = 49.84%
G = 31.92%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#996238 (or 0x996238) is known color: Indochine. HEX triplet: 99, 62 and 38. RGB value is (153,98,56). Sum of RGB (Red+Green+Blue) = 153+98+56=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996238 is #669DC7. Grayscale: #6D6D6D. Windows color (decimal): -6725064 or 3695257. OLE color: 3695257.

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

Color convert

RGB 153 98 56 -
CMYK 0 0.36 0.63 0.4
HSL 25.98º 0.46% 0.41% -
HSV(B) 25.98º 0.63% 0.6% -
XYZ 18.22 15.79 5.83 -
YUV 109.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 153 98 56 0 0.36 0.63 0.4 25.98 0.46 0.41
Hex 99 62 38 0 24 3F 28 1A 2E 29
Octal 231 142 70 0 44 77 50 32 56 51
Binary 10011001 1100010 111000 0 100100 111111 101000 11010 101110 101001

Color Harmonies of #996238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996238

Black with #996238

Text Example


Text Example

White with #996238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996238; }

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

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

background-color css

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

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

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

border-color css

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

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

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