Html Css Color HEX #986307 Golden Brown

📋 copy color: '#986307'

red 152 ◦ green 99 ◦ blue 7

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

Shades of Golden Brown #986307

Tints of Golden Brown #986307

RGB

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

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

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

R = 58.91%
G = 38.37%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986307 (or 0x986307) is known color: Golden Brown. HEX triplet: 98, 63 and 07. RGB value is (152,99,7). Sum of RGB (Red+Green+Blue) = 152+99+7=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #986307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986307 is #679CF8. Grayscale: #686868. Windows color (decimal): -6790393 or 484248. OLE color: 484248.

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

Color convert

RGB 152 99 7 -
CMYK 0 0.35 0.95 0.40
HSL 38.07º 0.91% 0.31% -
HSV(B) 38.07º 0.95% 0.6% -
XYZ 17.45 15.61 2.3 -
YUV 104.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 152 99 7 0 0.35 0.95 0.40 38.07 0.91 0.31
Hex 98 63 7 0 23 5F 28 26 5B 1F
Octal 230 143 7 0 43 137 50 46 133 37
Binary 10011000 1100011 111 0 100011 1011111 101000 100110 1011011 11111

Color Harmonies of #986307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986307

Black with #986307

Text Example


Text Example

White with #986307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986307; }

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

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

background-color css

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

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

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

border-color css

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

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

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