Html Css Color HEX #98641F Golden Brown

📋 copy color: '#98641F'

red 152 ◦ green 100 ◦ blue 31

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

Shades of Golden Brown #98641F

Tints of Golden Brown #98641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 53.71%
G = 35.34%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98641F (or 0x98641F) is known color: Golden Brown. HEX triplet: 98, 64 and 1F. RGB value is (152,100,31). Sum of RGB (Red+Green+Blue) = 152+100+31=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98641F is #679BE0. Grayscale: #6C6C6C. Windows color (decimal): -6790113 or 2057368. OLE color: 2057368.

HSL color Cylindrical-coordinate representation of color #98641F: hue angle of 34.21º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98641F is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 31 -
CMYK 0 0.34 0.80 0.40
HSL 34.21º 0.66% 0.36% -
HSV(B) 34.21º 0.8% 0.6% -
XYZ 17.75 15.89 3.43 -
YUV 107.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 152 100 31 0 0.34 0.80 0.40 34.21 0.66 0.36
Hex 98 64 1F 0 22 50 28 22 42 24
Octal 230 144 37 0 42 120 50 42 102 44
Binary 10011000 1100100 11111 0 100010 1010000 101000 100010 1000010 100100

Color Harmonies of #98641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98641F

Black with #98641F

Text Example


Text Example

White with #98641F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,100,31); }

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

background-color css

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

 a { background-color: rgb(152,100,31); }

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

border-color css

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

 span { border-color: rgb(152,100,31); }

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