Html Css Color HEX #986607 Golden Brown

📋 copy color: '#986607'

red 152 ◦ green 102 ◦ blue 7

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

Shades of Golden Brown #986607

Tints of Golden Brown #986607

RGB

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

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

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

R = 58.24%
G = 39.08%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986607 (or 0x986607) is known color: Golden Brown. HEX triplet: 98, 66 and 07. RGB value is (152,102,7). Sum of RGB (Red+Green+Blue) = 152+102+7=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #986607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986607 is #6799F8. Grayscale: #6A6A6A. Windows color (decimal): -6789625 or 485016. OLE color: 485016.

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

Color convert

RGB 152 102 7 -
CMYK 0 0.33 0.95 0.40
HSL 39.31º 0.91% 0.31% -
HSV(B) 39.31º 0.95% 0.6% -
XYZ 17.74 16.19 2.39 -
YUV 106.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 152 102 7 0 0.33 0.95 0.40 39.31 0.91 0.31
Hex 98 66 7 0 21 5F 28 27 5B 1F
Octal 230 146 7 0 41 137 50 47 133 37
Binary 10011000 1100110 111 0 100001 1011111 101000 100111 1011011 11111

Color Harmonies of #986607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986607

Black with #986607

Text Example


Text Example

White with #986607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986607; }

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

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

background-color css

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

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

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

border-color css

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

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

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