Html Css Color HEX #806F28 Yukon Gold

📋 copy color: '#806F28'

red 128 ◦ green 111 ◦ blue 40

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

Shades of Yukon Gold #806F28

Tints of Yukon Gold #806F28

RGB

 RED value IS 128 (50.39% from 255) = 45.88%

 GREEN value IS 111 (43.75% from 255) = 39.78%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 45.88%
G = 39.78%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#806F28 (or 0x806F28) is known color: Yukon Gold. HEX triplet: 80, 6F and 28. RGB value is (128,111,40). Sum of RGB (Red+Green+Blue) = 128+111+40=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #806F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F28 is #7F90D7. Grayscale: #6C6C6C. Windows color (decimal): -8360152 or 2649984. OLE color: 2649984.

HSL color Cylindrical-coordinate representation of color #806F28: hue angle of 48.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #806F28 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 111 40 -
CMYK 0 0.13 0.69 0.50
HSL 48.41º 0.52% 0.33% -
HSV(B) 48.41º 0.69% 0.5% -
XYZ 14.97 16.11 4.33 -
YUV 107.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 128 111 40 0 0.13 0.69 0.50 48.41 0.52 0.33
Hex 80 6F 28 0 D 45 32 30 34 21
Octal 200 157 50 0 15 105 62 60 64 41
Binary 10000000 1101111 101000 0 1101 1000101 110010 110000 110100 100001

Color Harmonies of #806F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F28

Black with #806F28

Text Example


Text Example

White with #806F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806F28; }

 p { color: rgb(128,111,40); }

 H1.HeaderClassName
 {
   color: #806F28;
 }
 .AnyTagClassName
 {
   color: #806F28;
 }
</style>

background-color css

<style>
 a { background-color: #806F28; }

 a { background-color: rgb(128,111,40); }

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

border-color css

<style>
 span { border-color: #806F28; }

 span { border-color: rgb(128,111,40); }

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