Html Css Color HEX #986706 Golden Brown

📋 copy color: '#986706'

red 152 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #986706

Tints of Golden Brown #986706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 58.24%
G = 39.46%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#986706 (or 0x986706) is known color: Golden Brown. HEX triplet: 98, 67 and 06. RGB value is (152,103,6). Sum of RGB (Red+Green+Blue) = 152+103+6=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #986706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986706 is #6798F9. Grayscale: #6B6B6B. Windows color (decimal): -6789370 or 419736. OLE color: 419736.

HSL color Cylindrical-coordinate representation of color #986706: hue angle of 39.86º 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 #986706 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 6 -
CMYK 0 0.32 0.96 0.40
HSL 39.86º 0.92% 0.31% -
HSV(B) 39.86º 0.96% 0.6% -
XYZ 17.83 16.39 2.4 -
YUV 106.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 152 103 6 0 0.32 0.96 0.40 39.86 0.92 0.31
Hex 98 67 6 0 20 60 28 28 5C 1F
Octal 230 147 6 0 40 140 50 50 134 37
Binary 10011000 1100111 110 0 100000 1100000 101000 101000 1011100 11111

Color Harmonies of #986706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986706

Black with #986706

Text Example


Text Example

White with #986706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986706; }

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

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

background-color css

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

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

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

border-color css

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

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

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