Html Css Color HEX #98641D Golden Brown

📋 copy color: '#98641D'

red 152 ◦ green 100 ◦ blue 29

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

Shades of Golden Brown #98641D

Tints of Golden Brown #98641D

RGB

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

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

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

R = 54.09%
G = 35.59%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98641D (or 0x98641D) is known color: Golden Brown. HEX triplet: 98, 64 and 1D. RGB value is (152,100,29). Sum of RGB (Red+Green+Blue) = 152+100+29=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98641D is #679BE2. Grayscale: #6B6B6B. Windows color (decimal): -6790115 or 1926296. OLE color: 1926296.

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

Color convert

RGB 152 100 29 -
CMYK 0 0.34 0.81 0.40
HSL 34.63º 0.68% 0.35% -
HSV(B) 34.63º 0.81% 0.6% -
XYZ 17.73 15.88 3.29 -
YUV 107.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 152 100 29 0 0.34 0.81 0.40 34.63 0.68 0.35
Hex 98 64 1D 0 22 51 28 23 44 23
Octal 230 144 35 0 42 121 50 43 104 43
Binary 10011000 1100100 11101 0 100010 1010001 101000 100011 1000100 100011

Color Harmonies of #98641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98641D

Black with #98641D

Text Example


Text Example

White with #98641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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