Html Css Color HEX #98681C Golden Brown

📋 copy color: '#98681C'

red 152 ◦ green 104 ◦ blue 28

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

Shades of Golden Brown #98681C

Tints of Golden Brown #98681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 53.52%
G = 36.62%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98681C (or 0x98681C) is known color: Golden Brown. HEX triplet: 98, 68 and 1C. RGB value is (152,104,28). Sum of RGB (Red+Green+Blue) = 152+104+28=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98681C is #6797E3. Grayscale: #6E6E6E. Windows color (decimal): -6789092 or 1861784. OLE color: 1861784.

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

Color convert

RGB 152 104 28 -
CMYK 0 0.32 0.82 0.40
HSL 36.77º 0.69% 0.35% -
HSV(B) 36.77º 0.82% 0.6% -
XYZ 18.11 16.66 3.36 -
YUV 109.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 152 104 28 0 0.32 0.82 0.40 36.77 0.69 0.35
Hex 98 68 1C 0 20 52 28 25 45 23
Octal 230 150 34 0 40 122 50 45 105 43
Binary 10011000 1101000 11100 0 100000 1010010 101000 100101 1000101 100011

Color Harmonies of #98681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98681C

Black with #98681C

Text Example


Text Example

White with #98681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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