Html Css Color HEX #986611 Golden Brown

📋 copy color: '#986611'

red 152 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #986611

Tints of Golden Brown #986611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 56.09%
G = 37.64%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#986611 (or 0x986611) is known color: Golden Brown. HEX triplet: 98, 66 and 11. RGB value is (152,102,17). Sum of RGB (Red+Green+Blue) = 152+102+17=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #986611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986611 is #6799EE. Grayscale: #6B6B6B. Windows color (decimal): -6789615 or 1140376. OLE color: 1140376.

HSL color Cylindrical-coordinate representation of color #986611: hue angle of 37.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #986611 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 17 -
CMYK 0 0.33 0.89 0.40
HSL 37.78º 0.8% 0.33% -
HSV(B) 37.78º 0.89% 0.6% -
XYZ 17.8 16.22 2.72 -
YUV 107.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 152 102 17 0 0.33 0.89 0.40 37.78 0.8 0.33
Hex 98 66 11 0 21 59 28 26 50 21
Octal 230 146 21 0 41 131 50 46 120 41
Binary 10011000 1100110 10001 0 100001 1011001 101000 100110 1010000 100001

Color Harmonies of #986611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986611

Black with #986611

Text Example


Text Example

White with #986611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986611; }

 p { color: rgb(152,102,17); }

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

background-color css

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

 a { background-color: rgb(152,102,17); }

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

border-color css

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

 span { border-color: rgb(152,102,17); }

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