Html Css Color HEX #8A6520 Yukon Gold

📋 copy color: '#8A6520'

red 138 ◦ green 101 ◦ blue 32

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

Shades of Yukon Gold #8A6520

Tints of Yukon Gold #8A6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 50.92%
G = 37.27%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A6520 (or 0x8A6520) is known color: Yukon Gold. HEX triplet: 8A, 65 and 20. RGB value is (138,101,32). Sum of RGB (Red+Green+Blue) = 138+101+32=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6520 is #759ADF. Grayscale: #686868. Windows color (decimal): -7707360 or 2123146. OLE color: 2123146.

HSL color Cylindrical-coordinate representation of color #8A6520: hue angle of 39.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A6520 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 101 32 -
CMYK 0 0.27 0.77 0.46
HSL 39.06º 0.62% 0.33% -
HSV(B) 39.06º 0.77% 0.54% -
XYZ 15.4 14.81 3.41 -
YUV 104.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 138 101 32 0 0.27 0.77 0.46 39.06 0.62 0.33
Hex 8A 65 20 0 1B 4D 2E 27 3E 21
Octal 212 145 40 0 33 115 56 47 76 41
Binary 10001010 1100101 100000 0 11011 1001101 101110 100111 111110 100001

Color Harmonies of #8A6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6520

Black with #8A6520

Text Example


Text Example

White with #8A6520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,101,32); }

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

background-color css

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

 a { background-color: rgb(138,101,32); }

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

border-color css

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

 span { border-color: rgb(138,101,32); }

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