Html Css Color HEX #986621 Golden Brown

📋 copy color: '#986621'

red 152 ◦ green 102 ◦ blue 33

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

Shades of Golden Brown #986621

Tints of Golden Brown #986621

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 52.96%
G = 35.54%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#986621 (or 0x986621) is known color: Golden Brown. HEX triplet: 98, 66 and 21. RGB value is (152,102,33). Sum of RGB (Red+Green+Blue) = 152+102+33=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #986621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986621 is #6799DE. Grayscale: #6D6D6D. Windows color (decimal): -6789599 or 2188952. OLE color: 2188952.

HSL color Cylindrical-coordinate representation of color #986621: hue angle of 34.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986621 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 33 -
CMYK 0 0.33 0.78 0.40
HSL 34.79º 0.64% 0.36% -
HSV(B) 34.79º 0.78% 0.6% -
XYZ 17.97 16.29 3.64 -
YUV 109.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 152 102 33 0 0.33 0.78 0.40 34.79 0.64 0.36
Hex 98 66 21 0 21 4E 28 23 40 24
Octal 230 146 41 0 41 116 50 43 100 44
Binary 10011000 1100110 100001 0 100001 1001110 101000 100011 1000000 100100

Color Harmonies of #986621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986621

Black with #986621

Text Example


Text Example

White with #986621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986621; }

 p { color: rgb(152,102,33); }

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

background-color css

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

 a { background-color: rgb(152,102,33); }

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

border-color css

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

 span { border-color: rgb(152,102,33); }

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