Html Css Color HEX #8A6705 Golden Brown

📋 copy color: '#8A6705'

red 138 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #8A6705

Tints of Golden Brown #8A6705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 56.1%
G = 41.87%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A6705 (or 0x8A6705) is known color: Golden Brown. HEX triplet: 8A, 67 and 05. RGB value is (138,103,5). Sum of RGB (Red+Green+Blue) = 138+103+5=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6705 is #7598FA. Grayscale: #666666. Windows color (decimal): -7706875 or 354186. OLE color: 354186.

HSL color Cylindrical-coordinate representation of color #8A6705: hue angle of 44.21º degrees, saturation: 0.93, 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 #8A6705 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 103 5 -
CMYK 0 0.25 0.96 0.46
HSL 44.21º 0.93% 0.28% -
HSV(B) 44.21º 0.96% 0.54% -
XYZ 15.36 15.11 2.25 -
YUV 102.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 138 103 5 0 0.25 0.96 0.46 44.21 0.93 0.28
Hex 8A 67 5 0 19 60 2E 2C 5D 1C
Octal 212 147 5 0 31 140 56 54 135 34
Binary 10001010 1100111 101 0 11001 1100000 101110 101100 1011101 11100

Color Harmonies of #8A6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6705

Black with #8A6705

Text Example


Text Example

White with #8A6705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,5); }

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

background-color css

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

 a { background-color: rgb(138,103,5); }

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

border-color css

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

 span { border-color: rgb(138,103,5); }

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