Html Css Color HEX #8A6606 Golden Brown

📋 copy color: '#8A6606'

red 138 ◦ green 102 ◦ blue 6

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

Shades of Golden Brown #8A6606

Tints of Golden Brown #8A6606

RGB

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

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

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

R = 56.1%
G = 41.46%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A6606 (or 0x8A6606) is known color: Golden Brown. HEX triplet: 8A, 66 and 06. RGB value is (138,102,6). Sum of RGB (Red+Green+Blue) = 138+102+6=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6606 is #7599F9. Grayscale: #666666. Windows color (decimal): -7707130 or 419466. OLE color: 419466.

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

Color convert

RGB 138 102 6 -
CMYK 0 0.26 0.96 0.46
HSL 43.64º 0.92% 0.28% -
HSV(B) 43.64º 0.96% 0.54% -
XYZ 15.27 14.92 2.25 -
YUV 101.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 138 102 6 0 0.26 0.96 0.46 43.64 0.92 0.28
Hex 8A 66 6 0 1A 60 2E 2C 5C 1C
Octal 212 146 6 0 32 140 56 54 134 34
Binary 10001010 1100110 110 0 11010 1100000 101110 101100 1011100 11100

Color Harmonies of #8A6606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6606

Black with #8A6606

Text Example


Text Example

White with #8A6606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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