Html Css Color HEX #98681D Golden Brown

📋 copy color: '#98681D'

red 152 ◦ green 104 ◦ blue 29

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

Shades of Golden Brown #98681D

Tints of Golden Brown #98681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 53.33%
G = 36.49%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98681D (or 0x98681D) is known color: Golden Brown. HEX triplet: 98, 68 and 1D. RGB value is (152,104,29). Sum of RGB (Red+Green+Blue) = 152+104+29=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98681D is #6797E2. Grayscale: #6E6E6E. Windows color (decimal): -6789091 or 1927320. OLE color: 1927320.

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

Color convert

RGB 152 104 29 -
CMYK 0 0.32 0.81 0.40
HSL 36.59º 0.68% 0.35% -
HSV(B) 36.59º 0.81% 0.6% -
XYZ 18.12 16.66 3.42 -
YUV 109.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 152 104 29 0 0.32 0.81 0.40 36.59 0.68 0.35
Hex 98 68 1D 0 20 51 28 25 44 23
Octal 230 150 35 0 40 121 50 45 104 43
Binary 10011000 1101000 11101 0 100000 1010001 101000 100101 1000100 100011

Color Harmonies of #98681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98681D

Black with #98681D

Text Example


Text Example

White with #98681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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