Html Css Color HEX #986E5C Beaver

📋 copy color: '#986E5C'

red 152 ◦ green 110 ◦ blue 92

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

Shades of Beaver #986E5C

Tints of Beaver #986E5C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 42.94%
G = 31.07%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#986E5C (or 0x986E5C) is known color: Beaver. HEX triplet: 98, 6E and 5C. RGB value is (152,110,92). Sum of RGB (Red+Green+Blue) = 152+110+92=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E5C is #6791A3. Grayscale: #787878. Windows color (decimal): -6787492 or 6057624. OLE color: 6057624.

HSL color Cylindrical-coordinate representation of color #986E5C: hue angle of 18º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #986E5C is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 110 92 -
CMYK 0 0.28 0.39 0.40
HSL 18º 0.25% 0.48% -
HSV(B) 18º 0.39% 0.6% -
XYZ 20.46 18.6 12.64 -
YUV 120.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 152 110 92 0 0.28 0.39 0.40 18 0.25 0.48
Hex 98 6E 5C 0 1C 27 28 12 19 30
Octal 230 156 134 0 34 47 50 22 31 60
Binary 10011000 1101110 1011100 0 11100 100111 101000 10010 11001 110000

Color Harmonies of #986E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E5C

Black with #986E5C

Text Example


Text Example

White with #986E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986E5C; }

 p { color: rgb(152,110,92); }

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

background-color css

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

 a { background-color: rgb(152,110,92); }

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

border-color css

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

 span { border-color: rgb(152,110,92); }

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