Html Css Color HEX #986338 Indochine

📋 copy color: '#986338'

red 152 ◦ green 99 ◦ blue 56

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

Shades of Indochine #986338

Tints of Indochine #986338

RGB

 RED value IS 152 (59.77% from 255) = 49.51%

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

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

R = 49.51%
G = 32.25%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#986338 (or 0x986338) is known color: Indochine. HEX triplet: 98, 63 and 38. RGB value is (152,99,56). Sum of RGB (Red+Green+Blue) = 152+99+56=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #986338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986338 is #679CC7. Grayscale: #6E6E6E. Windows color (decimal): -6790344 or 3695512. OLE color: 3695512.

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

Color convert

RGB 152 99 56 -
CMYK 0 0.35 0.63 0.40
HSL 26.88º 0.46% 0.41% -
HSV(B) 26.88º 0.63% 0.6% -
XYZ 18.12 15.88 5.85 -
YUV 109.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 152 99 56 0 0.35 0.63 0.40 26.88 0.46 0.41
Hex 98 63 38 0 23 3F 28 1B 2E 29
Octal 230 143 70 0 43 77 50 33 56 51
Binary 10011000 1100011 111000 0 100011 111111 101000 11011 101110 101001

Color Harmonies of #986338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986338

Black with #986338

Text Example


Text Example

White with #986338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986338; }

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

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

background-color css

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

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

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

border-color css

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

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

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