Html Css Color HEX #985D3C Indochine

📋 copy color: '#985D3C'

red 152 ◦ green 93 ◦ blue 60

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

Shades of Indochine #985D3C

Tints of Indochine #985D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 49.84%
G = 30.49%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#985D3C (or 0x985D3C) is known color: Indochine. HEX triplet: 98, 5D and 3C. RGB value is (152,93,60). Sum of RGB (Red+Green+Blue) = 152+93+60=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D3C is #67A2C3. Grayscale: #6B6B6B. Windows color (decimal): -6791876 or 3956120. OLE color: 3956120.

HSL color Cylindrical-coordinate representation of color #985D3C: hue angle of 21.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985D3C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 60 -
CMYK 0 0.39 0.61 0.40
HSL 21.52º 0.43% 0.42% -
HSV(B) 21.52º 0.61% 0.6% -
XYZ 17.68 14.83 6.21 -
YUV 106.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 152 93 60 0 0.39 0.61 0.40 21.52 0.43 0.42
Hex 98 5D 3C 0 27 3D 28 16 2B 2A
Octal 230 135 74 0 47 75 50 26 53 52
Binary 10011000 1011101 111100 0 100111 111101 101000 10110 101011 101010

Color Harmonies of #985D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D3C

Black with #985D3C

Text Example


Text Example

White with #985D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985D3C; }

 p { color: rgb(152,93,60); }

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

background-color css

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

 a { background-color: rgb(152,93,60); }

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

border-color css

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

 span { border-color: rgb(152,93,60); }

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