Html Css Color HEX #986C21 Golden Brown

📋 copy color: '#986C21'

red 152 ◦ green 108 ◦ blue 33

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

Shades of Golden Brown #986C21

Tints of Golden Brown #986C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.26%

R = 51.88%
G = 36.86%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#986C21 (or 0x986C21) is known color: Golden Brown. HEX triplet: 98, 6C and 21. RGB value is (152,108,33). Sum of RGB (Red+Green+Blue) = 152+108+33=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C21 is #6793DE. Grayscale: #707070. Windows color (decimal): -6788063 or 2190488. OLE color: 2190488.

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

Color convert

RGB 152 108 33 -
CMYK 0 0.29 0.78 0.40
HSL 37.82º 0.64% 0.36% -
HSV(B) 37.82º 0.78% 0.6% -
XYZ 18.59 17.51 3.84 -
YUV 112.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 152 108 33 0 0.29 0.78 0.40 37.82 0.64 0.36
Hex 98 6C 21 0 1D 4E 28 26 40 24
Octal 230 154 41 0 35 116 50 46 100 44
Binary 10011000 1101100 100001 0 11101 1001110 101000 100110 1000000 100100

Color Harmonies of #986C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C21

Black with #986C21

Text Example


Text Example

White with #986C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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