Html Css Color HEX #986107 Golden Brown

📋 copy color: '#986107'

red 152 ◦ green 97 ◦ blue 7

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

Shades of Golden Brown #986107

Tints of Golden Brown #986107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 7 (3.13% from 255) = 2.73%

R = 59.38%
G = 37.89%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986107 (or 0x986107) is known color: Golden Brown. HEX triplet: 98, 61 and 07. RGB value is (152,97,7). Sum of RGB (Red+Green+Blue) = 152+97+7=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #986107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986107 is #679EF8. Grayscale: #676767. Windows color (decimal): -6790905 or 483736. OLE color: 483736.

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

Color convert

RGB 152 97 7 -
CMYK 0 0.36 0.95 0.40
HSL 37.24º 0.91% 0.31% -
HSV(B) 37.24º 0.95% 0.6% -
XYZ 17.26 15.24 2.23 -
YUV 103.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 152 97 7 0 0.36 0.95 0.40 37.24 0.91 0.31
Hex 98 61 7 0 24 5F 28 25 5B 1F
Octal 230 141 7 0 44 137 50 45 133 37
Binary 10011000 1100001 111 0 100100 1011111 101000 100101 1011011 11111

Color Harmonies of #986107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986107

Black with #986107

Text Example


Text Example

White with #986107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986107; }

 p { color: rgb(152,97,7); }

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

background-color css

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

 a { background-color: rgb(152,97,7); }

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

border-color css

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

 span { border-color: rgb(152,97,7); }

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