Html Css Color HEX #985306 Golden Brown

📋 copy color: '#985306'

red 152 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #985306

Tints of Golden Brown #985306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 63.07%
G = 34.44%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#985306 (or 0x985306) is known color: Golden Brown. HEX triplet: 98, 53 and 06. RGB value is (152,83,6). Sum of RGB (Red+Green+Blue) = 152+83+6=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #985306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985306 is #67ACF9. Grayscale: #5F5F5F. Windows color (decimal): -6794490 or 414616. OLE color: 414616.

HSL color Cylindrical-coordinate representation of color #985306: hue angle of 31.64º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #985306 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 6 -
CMYK 0 0.45 0.96 0.40
HSL 31.64º 0.92% 0.31% -
HSV(B) 31.64º 0.96% 0.6% -
XYZ 16.08 12.88 1.81 -
YUV 94.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 152 83 6 0 0.45 0.96 0.40 31.64 0.92 0.31
Hex 98 53 6 0 2D 60 28 20 5C 1F
Octal 230 123 6 0 55 140 50 40 134 37
Binary 10011000 1010011 110 0 101101 1100000 101000 100000 1011100 11111

Color Harmonies of #985306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985306

Black with #985306

Text Example


Text Example

White with #985306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985306; }

 p { color: rgb(152,83,6); }

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

background-color css

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

 a { background-color: rgb(152,83,6); }

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

border-color css

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

 span { border-color: rgb(152,83,6); }

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