Html Css Color HEX #98601D Golden Brown

📋 copy color: '#98601D'

red 152 ◦ green 96 ◦ blue 29

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

Shades of Golden Brown #98601D

Tints of Golden Brown #98601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 54.87%
G = 34.66%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98601D (or 0x98601D) is known color: Golden Brown. HEX triplet: 98, 60 and 1D. RGB value is (152,96,29). Sum of RGB (Red+Green+Blue) = 152+96+29=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98601D is #679FE2. Grayscale: #696969. Windows color (decimal): -6791139 or 1925272. OLE color: 1925272.

HSL color Cylindrical-coordinate representation of color #98601D: hue angle of 32.68º 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 #98601D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 29 -
CMYK 0 0.37 0.81 0.40
HSL 32.68º 0.68% 0.35% -
HSV(B) 32.68º 0.81% 0.6% -
XYZ 17.35 15.13 3.17 -
YUV 105.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 152 96 29 0 0.37 0.81 0.40 32.68 0.68 0.35
Hex 98 60 1D 0 25 51 28 21 44 23
Octal 230 140 35 0 45 121 50 41 104 43
Binary 10011000 1100000 11101 0 100101 1010001 101000 100001 1000100 100011

Color Harmonies of #98601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98601D

Black with #98601D

Text Example


Text Example

White with #98601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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