Html Css Color HEX #8A6610 Golden Brown

📋 copy color: '#8A6610'

red 138 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #8A6610

Tints of Golden Brown #8A6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 53.91%
G = 39.84%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A6610 (or 0x8A6610) is known color: Golden Brown. HEX triplet: 8A, 66 and 10. RGB value is (138,102,16). Sum of RGB (Red+Green+Blue) = 138+102+16=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6610 is #7599EF. Grayscale: #676767. Windows color (decimal): -7707120 or 1074826. OLE color: 1074826.

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

Color convert

RGB 138 102 16 -
CMYK 0 0.26 0.88 0.46
HSL 42.3º 0.79% 0.3% -
HSV(B) 42.3º 0.88% 0.54% -
XYZ 15.33 14.94 2.57 -
YUV 102.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 138 102 16 0 0.26 0.88 0.46 42.3 0.79 0.3
Hex 8A 66 10 0 1A 58 2E 2A 4F 1E
Octal 212 146 20 0 32 130 56 52 117 36
Binary 10001010 1100110 10000 0 11010 1011000 101110 101010 1001111 11110

Color Harmonies of #8A6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6610

Black with #8A6610

Text Example


Text Example

White with #8A6610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,102,16); }

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

background-color css

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

 a { background-color: rgb(138,102,16); }

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

border-color css

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

 span { border-color: rgb(138,102,16); }

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