Html Css Color HEX #986206 Golden Brown

📋 copy color: '#986206'

red 152 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #986206

Tints of Golden Brown #986206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 59.38%
G = 38.28%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#986206 (or 0x986206) is known color: Golden Brown. HEX triplet: 98, 62 and 06. RGB value is (152,98,6). Sum of RGB (Red+Green+Blue) = 152+98+6=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #986206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986206 is #679DF9. Grayscale: #686868. Windows color (decimal): -6790650 or 418456. OLE color: 418456.

HSL color Cylindrical-coordinate representation of color #986206: hue angle of 37.81º 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 #986206 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 6 -
CMYK 0 0.36 0.96 0.40
HSL 37.81º 0.92% 0.31% -
HSV(B) 37.81º 0.96% 0.6% -
XYZ 17.35 15.42 2.23 -
YUV 103.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 152 98 6 0 0.36 0.96 0.40 37.81 0.92 0.31
Hex 98 62 6 0 24 60 28 26 5C 1F
Octal 230 142 6 0 44 140 50 46 134 37
Binary 10011000 1100010 110 0 100100 1100000 101000 100110 1011100 11111

Color Harmonies of #986206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986206

Black with #986206

Text Example


Text Example

White with #986206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986206; }

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

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

background-color css

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

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

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

border-color css

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

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

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