Html Css Color HEX #986906 Golden Brown

📋 copy color: '#986906'

red 152 ◦ green 105 ◦ blue 6

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

Shades of Golden Brown #986906

Tints of Golden Brown #986906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

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

R = 57.79%
G = 39.92%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#986906 (or 0x986906) is known color: Golden Brown. HEX triplet: 98, 69 and 06. RGB value is (152,105,6). Sum of RGB (Red+Green+Blue) = 152+105+6=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #986906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986906 is #6796F9. Grayscale: #6C6C6C. Windows color (decimal): -6788858 or 420248. OLE color: 420248.

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

Color convert

RGB 152 105 6 -
CMYK 0 0.31 0.96 0.40
HSL 40.68º 0.92% 0.31% -
HSV(B) 40.68º 0.96% 0.6% -
XYZ 18.03 16.79 2.46 -
YUV 107.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 152 105 6 0 0.31 0.96 0.40 40.68 0.92 0.31
Hex 98 69 6 0 1F 60 28 29 5C 1F
Octal 230 151 6 0 37 140 50 51 134 37
Binary 10011000 1101001 110 0 11111 1100000 101000 101001 1011100 11111

Color Harmonies of #986906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986906

Black with #986906

Text Example


Text Example

White with #986906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986906; }

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

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

background-color css

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

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

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

border-color css

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

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

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