Html Css Color HEX #806635 Yellow Metal

📋 copy color: '#806635'

red 128 ◦ green 102 ◦ blue 53

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

Shades of Yellow Metal #806635

Tints of Yellow Metal #806635

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 45.23%
G = 36.04%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#806635 (or 0x806635) is known color: Yellow Metal. HEX triplet: 80, 66 and 35. RGB value is (128,102,53). Sum of RGB (Red+Green+Blue) = 128+102+53=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #806635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806635 is #7F99CA. Grayscale: #686868. Windows color (decimal): -8362443 or 3499648. OLE color: 3499648.

HSL color Cylindrical-coordinate representation of color #806635: hue angle of 39.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #806635 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 53 -
CMYK 0 0.20 0.59 0.50
HSL 39.2º 0.41% 0.35% -
HSV(B) 39.2º 0.59% 0.5% -
XYZ 14.3 14.35 5.38 -
YUV 104.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 128 102 53 0 0.20 0.59 0.50 39.2 0.41 0.35
Hex 80 66 35 0 14 3B 32 27 29 23
Octal 200 146 65 0 24 73 62 47 51 43
Binary 10000000 1100110 110101 0 10100 111011 110010 100111 101001 100011

Color Harmonies of #806635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806635

Black with #806635

Text Example


Text Example

White with #806635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806635; }

 p { color: rgb(128,102,53); }

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

background-color css

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

 a { background-color: rgb(128,102,53); }

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

border-color css

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

 span { border-color: rgb(128,102,53); }

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