Html Css Color HEX #806C38 Yellow Metal

📋 copy color: '#806C38'

red 128 ◦ green 108 ◦ blue 56

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

Shades of Yellow Metal #806C38

Tints of Yellow Metal #806C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 43.84%
G = 36.99%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#806C38 (or 0x806C38) is known color: Yellow Metal. HEX triplet: 80, 6C and 38. RGB value is (128,108,56). Sum of RGB (Red+Green+Blue) = 128+108+56=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #806C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C38 is #7F93C7. Grayscale: #6C6C6C. Windows color (decimal): -8360904 or 3697792. OLE color: 3697792.

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

Color convert

RGB 128 108 56 -
CMYK 0 0.16 0.56 0.50
HSL 43.33º 0.39% 0.36% -
HSV(B) 43.33º 0.56% 0.5% -
XYZ 14.98 15.6 5.96 -
YUV 108.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 128 108 56 0 0.16 0.56 0.50 43.33 0.39 0.36
Hex 80 6C 38 0 10 38 32 2B 27 24
Octal 200 154 70 0 20 70 62 53 47 44
Binary 10000000 1101100 111000 0 10000 111000 110010 101011 100111 100100

Color Harmonies of #806C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C38

Black with #806C38

Text Example


Text Example

White with #806C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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