Html Css Color HEX #8B6C1E Yukon Gold

📋 copy color: '#8B6C1E'

red 139 ◦ green 108 ◦ blue 30

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

Shades of Yukon Gold #8B6C1E

Tints of Yukon Gold #8B6C1E

RGB

 RED value IS 139 (54.69% from 255) = 50.18%

 GREEN value IS 108 (42.58% from 255) = 38.99%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 50.18%
G = 38.99%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B6C1E (or 0x8B6C1E) is known color: Yukon Gold. HEX triplet: 8B, 6C and 1E. RGB value is (139,108,30). Sum of RGB (Red+Green+Blue) = 139+108+30=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C1E is #7493E1. Grayscale: #6C6C6C. Windows color (decimal): -7640034 or 1993867. OLE color: 1993867.

HSL color Cylindrical-coordinate representation of color #8B6C1E: hue angle of 42.94º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B6C1E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 108 30 -
CMYK 0 0.22 0.78 0.45
HSL 42.94º 0.64% 0.33% -
HSV(B) 42.94º 0.78% 0.55% -
XYZ 16.24 16.31 3.52 -
YUV 108.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 139 108 30 0 0.22 0.78 0.45 42.94 0.64 0.33
Hex 8B 6C 1E 0 16 4E 2D 2B 40 21
Octal 213 154 36 0 26 116 55 53 100 41
Binary 10001011 1101100 11110 0 10110 1001110 101101 101011 1000000 100001

Color Harmonies of #8B6C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6C1E

Black with #8B6C1E

Text Example


Text Example

White with #8B6C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,108,30); }

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

background-color css

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

 a { background-color: rgb(139,108,30); }

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

border-color css

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

 span { border-color: rgb(139,108,30); }

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