Html Css Color HEX #806C3C Yellow Metal

📋 copy color: '#806C3C'

red 128 ◦ green 108 ◦ blue 60

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

Shades of Yellow Metal #806C3C

Tints of Yellow Metal #806C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 43.24%
G = 36.49%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#806C3C (or 0x806C3C) is known color: Yellow Metal. HEX triplet: 80, 6C and 3C. RGB value is (128,108,60). Sum of RGB (Red+Green+Blue) = 128+108+60=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C3C is #7F93C3. Grayscale: #6C6C6C. Windows color (decimal): -8360900 or 3959936. OLE color: 3959936.

HSL color Cylindrical-coordinate representation of color #806C3C: hue angle of 42.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #806C3C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 60 -
CMYK 0 0.16 0.53 0.50
HSL 42.35º 0.36% 0.37% -
HSV(B) 42.35º 0.53% 0.5% -
XYZ 15.08 15.64 6.5 -
YUV 108.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 128 108 60 0 0.16 0.53 0.50 42.35 0.36 0.37
Hex 80 6C 3C 0 10 35 32 2A 24 25
Octal 200 154 74 0 20 65 62 52 44 45
Binary 10000000 1101100 111100 0 10000 110101 110010 101010 100100 100101

Color Harmonies of #806C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C3C

Black with #806C3C

Text Example


Text Example

White with #806C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,60); }

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

background-color css

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

 a { background-color: rgb(128,108,60); }

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

border-color css

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

 span { border-color: rgb(128,108,60); }

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