Html Css Color HEX #986601 Golden Brown

📋 copy color: '#986601'

red 152 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #986601

Tints of Golden Brown #986601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 59.61%
G = 40%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#986601 (or 0x986601) is known color: Golden Brown. HEX triplet: 98, 66 and 01. RGB value is (152,102,1). Sum of RGB (Red+Green+Blue) = 152+102+1=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #986601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986601 is #6799FE. Grayscale: #696969. Windows color (decimal): -6789631 or 91800. OLE color: 91800.

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

Color convert

RGB 152 102 1 -
CMYK 0 0.33 0.99 0.40
HSL 40.13º 0.99% 0.3% -
HSV(B) 40.13º 0.99% 0.6% -
XYZ 17.71 16.18 2.22 -
YUV 105.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 152 102 1 0 0.33 0.99 0.40 40.13 0.99 0.3
Hex 98 66 1 0 21 63 28 28 63 1E
Octal 230 146 1 0 41 143 50 50 143 36
Binary 10011000 1100110 1 0 100001 1100011 101000 101000 1100011 11110

Color Harmonies of #986601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986601

Black with #986601

Text Example


Text Example

White with #986601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986601; }

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

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

background-color css

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

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

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

border-color css

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

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

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