Html Css Color HEX #8A6A09 Golden Brown

📋 copy color: '#8A6A09'

red 138 ◦ green 106 ◦ blue 9

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

Shades of Golden Brown #8A6A09

Tints of Golden Brown #8A6A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 54.55%
G = 41.9%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A6A09 (or 0x8A6A09) is known color: Golden Brown. HEX triplet: 8A, 6A and 09. RGB value is (138,106,9). Sum of RGB (Red+Green+Blue) = 138+106+9=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6A09 is #7595F6. Grayscale: #686868. Windows color (decimal): -7706103 or 617098. OLE color: 617098.

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

Color convert

RGB 138 106 9 -
CMYK 0 0.23 0.93 0.46
HSL 45.12º 0.88% 0.29% -
HSV(B) 45.12º 0.93% 0.54% -
XYZ 15.68 15.73 2.47 -
YUV 104.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 138 106 9 0 0.23 0.93 0.46 45.12 0.88 0.29
Hex 8A 6A 9 0 17 5D 2E 2D 58 1D
Octal 212 152 11 0 27 135 56 55 130 35
Binary 10001010 1101010 1001 0 10111 1011101 101110 101101 1011000 11101

Color Harmonies of #8A6A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A09

Black with #8A6A09

Text Example


Text Example

White with #8A6A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,9); }

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

background-color css

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

 a { background-color: rgb(138,106,9); }

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

border-color css

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

 span { border-color: rgb(138,106,9); }

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