Html Css Color HEX #98641E Golden Brown

📋 copy color: '#98641E'

red 152 ◦ green 100 ◦ blue 30

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

Shades of Golden Brown #98641E

Tints of Golden Brown #98641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 53.9%
G = 35.46%
B = 10.64%

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

#98641E (or 0x98641E) is known color: Golden Brown. HEX triplet: 98, 64 and 1E. RGB value is (152,100,30). Sum of RGB (Red+Green+Blue) = 152+100+30=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98641E is #679BE1. Grayscale: #6B6B6B. Windows color (decimal): -6790114 or 1991832. OLE color: 1991832.

HSL color Cylindrical-coordinate representation of color #98641E: hue angle of 34.43º degrees, saturation: 0.67, 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 #98641E is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 30 -
CMYK 0 0.34 0.80 0.40
HSL 34.43º 0.67% 0.36% -
HSV(B) 34.43º 0.8% 0.6% -
XYZ 17.74 15.88 3.36 -
YUV 107.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 152 100 30 0 0.34 0.80 0.40 34.43 0.67 0.36
Hex 98 64 1E 0 22 50 28 22 43 24
Octal 230 144 36 0 42 120 50 42 103 44
Binary 10011000 1100100 11110 0 100010 1010000 101000 100010 1000011 100100

Color Harmonies of #98641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98641E

Black with #98641E

Text Example


Text Example

White with #98641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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