Html Css Color HEX #986306 Golden Brown

📋 copy color: '#986306'

red 152 ◦ green 99 ◦ blue 6

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

Shades of Golden Brown #986306

Tints of Golden Brown #986306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 59.14%
G = 38.52%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#986306 (or 0x986306) is known color: Golden Brown. HEX triplet: 98, 63 and 06. RGB value is (152,99,6). Sum of RGB (Red+Green+Blue) = 152+99+6=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #986306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986306 is #679CF9. Grayscale: #686868. Windows color (decimal): -6790394 or 418712. OLE color: 418712.

HSL color Cylindrical-coordinate representation of color #986306: hue angle of 38.22º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #986306 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 6 -
CMYK 0 0.35 0.96 0.40
HSL 38.22º 0.92% 0.31% -
HSV(B) 38.22º 0.96% 0.6% -
XYZ 17.44 15.61 2.27 -
YUV 104.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 152 99 6 0 0.35 0.96 0.40 38.22 0.92 0.31
Hex 98 63 6 0 23 60 28 26 5C 1F
Octal 230 143 6 0 43 140 50 46 134 37
Binary 10011000 1100011 110 0 100011 1100000 101000 100110 1011100 11111

Color Harmonies of #986306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986306

Black with #986306

Text Example


Text Example

White with #986306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986306; }

 p { color: rgb(152,99,6); }

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

background-color css

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

 a { background-color: rgb(152,99,6); }

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

border-color css

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

 span { border-color: rgb(152,99,6); }

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