Html Css Color HEX #98621B Golden Brown

📋 copy color: '#98621B'

red 152 ◦ green 98 ◦ blue 27

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

Shades of Golden Brown #98621B

Tints of Golden Brown #98621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 54.87%
G = 35.38%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98621B (or 0x98621B) is known color: Golden Brown. HEX triplet: 98, 62 and 1B. RGB value is (152,98,27). Sum of RGB (Red+Green+Blue) = 152+98+27=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98621B is #679DE4. Grayscale: #6A6A6A. Windows color (decimal): -6790629 or 1794712. OLE color: 1794712.

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

Color convert

RGB 152 98 27 -
CMYK 0 0.36 0.82 0.40
HSL 34.08º 0.7% 0.35% -
HSV(B) 34.08º 0.82% 0.6% -
XYZ 17.51 15.49 3.1 -
YUV 106.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 152 98 27 0 0.36 0.82 0.40 34.08 0.7 0.35
Hex 98 62 1B 0 24 52 28 22 46 23
Octal 230 142 33 0 44 122 50 42 106 43
Binary 10011000 1100010 11011 0 100100 1010010 101000 100010 1000110 100011

Color Harmonies of #98621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98621B

Black with #98621B

Text Example


Text Example

White with #98621B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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