Html Css Color HEX #986C18 Golden Brown

📋 copy color: '#986C18'

red 152 ◦ green 108 ◦ blue 24

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

Shades of Golden Brown #986C18

Tints of Golden Brown #986C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 53.52%
G = 38.03%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#986C18 (or 0x986C18) is known color: Golden Brown. HEX triplet: 98, 6C and 18. RGB value is (152,108,24). Sum of RGB (Red+Green+Blue) = 152+108+24=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #986C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C18 is #6793E7. Grayscale: #6F6F6F. Windows color (decimal): -6788072 or 1600664. OLE color: 1600664.

HSL color Cylindrical-coordinate representation of color #986C18: hue angle of 39.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #986C18 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 24 -
CMYK 0 0.29 0.84 0.40
HSL 39.38º 0.73% 0.35% -
HSV(B) 39.38º 0.84% 0.6% -
XYZ 18.48 17.47 3.26 -
YUV 111.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 152 108 24 0 0.29 0.84 0.40 39.38 0.73 0.35
Hex 98 6C 18 0 1D 54 28 27 49 23
Octal 230 154 30 0 35 124 50 47 111 43
Binary 10011000 1101100 11000 0 11101 1010100 101000 100111 1001001 100011

Color Harmonies of #986C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C18

Black with #986C18

Text Example


Text Example

White with #986C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,108,24); }

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

background-color css

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

 a { background-color: rgb(152,108,24); }

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

border-color css

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

 span { border-color: rgb(152,108,24); }

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