Html Css Color HEX #98680F Golden Brown

📋 copy color: '#98680F'

red 152 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #98680F

Tints of Golden Brown #98680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 56.09%
G = 38.38%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98680F (or 0x98680F) is known color: Golden Brown. HEX triplet: 98, 68 and 0F. RGB value is (152,104,15). Sum of RGB (Red+Green+Blue) = 152+104+15=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98680F is #6797F0. Grayscale: #6C6C6C. Windows color (decimal): -6789105 or 1009816. OLE color: 1009816.

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

Color convert

RGB 152 104 15 -
CMYK 0 0.32 0.90 0.40
HSL 38.98º 0.82% 0.33% -
HSV(B) 38.98º 0.9% 0.6% -
XYZ 17.99 16.61 2.71 -
YUV 108.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 152 104 15 0 0.32 0.90 0.40 38.98 0.82 0.33
Hex 98 68 F 0 20 5A 28 27 52 21
Octal 230 150 17 0 40 132 50 47 122 41
Binary 10011000 1101000 1111 0 100000 1011010 101000 100111 1010010 100001

Color Harmonies of #98680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98680F

Black with #98680F

Text Example


Text Example

White with #98680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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