Html Css Color HEX #98680D Golden Brown

📋 copy color: '#98680D'

red 152 ◦ green 104 ◦ blue 13

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

Shades of Golden Brown #98680D

Tints of Golden Brown #98680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 56.51%
G = 38.66%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98680D (or 0x98680D) is known color: Golden Brown. HEX triplet: 98, 68 and 0D. RGB value is (152,104,13). Sum of RGB (Red+Green+Blue) = 152+104+13=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98680D is #6797F2. Grayscale: #6C6C6C. Windows color (decimal): -6789107 or 878744. OLE color: 878744.

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

Color convert

RGB 152 104 13 -
CMYK 0 0.32 0.91 0.40
HSL 39.28º 0.84% 0.32% -
HSV(B) 39.28º 0.91% 0.6% -
XYZ 17.97 16.61 2.64 -
YUV 107.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 152 104 13 0 0.32 0.91 0.40 39.28 0.84 0.32
Hex 98 68 D 0 20 5B 28 27 54 20
Octal 230 150 15 0 40 133 50 47 124 40
Binary 10011000 1101000 1101 0 100000 1011011 101000 100111 1010100 100000

Color Harmonies of #98680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98680D

Black with #98680D

Text Example


Text Example

White with #98680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98680D; }

 p { color: rgb(152,104,13); }

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

background-color css

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

 a { background-color: rgb(152,104,13); }

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

border-color css

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

 span { border-color: rgb(152,104,13); }

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