Html Css Color HEX #8A6613 Golden Brown

📋 copy color: '#8A6613'

red 138 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #8A6613

Tints of Golden Brown #8A6613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 53.28%
G = 39.38%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A6613 (or 0x8A6613) is known color: Golden Brown. HEX triplet: 8A, 66 and 13. RGB value is (138,102,19). Sum of RGB (Red+Green+Blue) = 138+102+19=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6613 is #7599EC. Grayscale: #676767. Windows color (decimal): -7707117 or 1271434. OLE color: 1271434.

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

Color convert

RGB 138 102 19 -
CMYK 0 0.26 0.86 0.46
HSL 41.85º 0.76% 0.31% -
HSV(B) 41.85º 0.86% 0.54% -
XYZ 15.35 14.95 2.69 -
YUV 103.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 138 102 19 0 0.26 0.86 0.46 41.85 0.76 0.31
Hex 8A 66 13 0 1A 56 2E 2A 4C 1F
Octal 212 146 23 0 32 126 56 52 114 37
Binary 10001010 1100110 10011 0 11010 1010110 101110 101010 1001100 11111

Color Harmonies of #8A6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6613

Black with #8A6613

Text Example


Text Example

White with #8A6613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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