Html Css Color HEX #8A680F Golden Brown

📋 copy color: '#8A680F'

red 138 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #8A680F

Tints of Golden Brown #8A680F

RGB

 RED value IS 138 (54.3% from 255) = 53.7%

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 53.7%
G = 40.47%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A680F (or 0x8A680F) is known color: Golden Brown. HEX triplet: 8A, 68 and 0F. RGB value is (138,104,15). Sum of RGB (Red+Green+Blue) = 138+104+15=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A680F is #7597F0. Grayscale: #686868. Windows color (decimal): -7706609 or 1009802. OLE color: 1009802.

HSL color Cylindrical-coordinate representation of color #8A680F: hue angle of 43.41º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A680F is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 15 -
CMYK 0 0.25 0.89 0.46
HSL 43.41º 0.8% 0.3% -
HSV(B) 43.41º 0.89% 0.54% -
XYZ 15.52 15.34 2.59 -
YUV 104.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 138 104 15 0 0.25 0.89 0.46 43.41 0.8 0.3
Hex 8A 68 F 0 19 59 2E 2B 50 1E
Octal 212 150 17 0 31 131 56 53 120 36
Binary 10001010 1101000 1111 0 11001 1011001 101110 101011 1010000 11110

Color Harmonies of #8A680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A680F

Black with #8A680F

Text Example


Text Example

White with #8A680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A680F; }

 p { color: rgb(138,104,15); }

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

background-color css

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

 a { background-color: rgb(138,104,15); }

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

border-color css

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

 span { border-color: rgb(138,104,15); }

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