Html Css Color HEX #98681B Golden Brown

📋 copy color: '#98681B'

red 152 ◦ green 104 ◦ blue 27

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

Shades of Golden Brown #98681B

Tints of Golden Brown #98681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 53.71%
G = 36.75%
B = 9.54%

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

#98681B (or 0x98681B) is known color: Golden Brown. HEX triplet: 98, 68 and 1B. RGB value is (152,104,27). Sum of RGB (Red+Green+Blue) = 152+104+27=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98681B is #6797E4. Grayscale: #6D6D6D. Windows color (decimal): -6789093 or 1796248. OLE color: 1796248.

HSL color Cylindrical-coordinate representation of color #98681B: hue angle of 36.96º degrees, saturation: 0.7, 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 #98681B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 27 -
CMYK 0 0.32 0.82 0.40
HSL 36.96º 0.7% 0.35% -
HSV(B) 36.96º 0.82% 0.6% -
XYZ 18.1 16.66 3.3 -
YUV 109.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 152 104 27 0 0.32 0.82 0.40 36.96 0.7 0.35
Hex 98 68 1B 0 20 52 28 25 46 23
Octal 230 150 33 0 40 122 50 45 106 43
Binary 10011000 1101000 11011 0 100000 1010010 101000 100101 1000110 100011

Color Harmonies of #98681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98681B

Black with #98681B

Text Example


Text Example

White with #98681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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