Html Css Color HEX #686043 Yellow Metal

📋 copy color: '#686043'

red 104 ◦ green 96 ◦ blue 67

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

Shades of Yellow Metal #686043

Tints of Yellow Metal #686043

RGB

 RED value IS 104 (41.02% from 255) = 38.95%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 67 (26.56% from 255) = 25.09%

R = 38.95%
G = 35.96%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#686043 (or 0x686043) is known color: Yellow Metal. HEX triplet: 68, 60 and 43. RGB value is (104,96,67). Sum of RGB (Red+Green+Blue) = 104+96+67=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #686043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686043 is #979FBC. Grayscale: #5F5F5F. Windows color (decimal): -9936829 or 4415592. OLE color: 4415592.

HSL color Cylindrical-coordinate representation of color #686043: hue angle of 47.03º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686043 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 67 -
CMYK 0 0.08 0.36 0.59
HSL 47.03º 0.22% 0.34% -
HSV(B) 47.03º 0.36% 0.41% -
XYZ 10.9 11.71 7 -
YUV 95.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 104 96 67 0 0.08 0.36 0.59 47.03 0.22 0.34
Hex 68 60 43 0 8 24 3B 2F 16 22
Octal 150 140 103 0 10 44 73 57 26 42
Binary 1101000 1100000 1000011 0 1000 100100 111011 101111 10110 100010

Color Harmonies of #686043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686043

Black with #686043

Text Example


Text Example

White with #686043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686043; }

 p { color: rgb(104,96,67); }

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

background-color css

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

 a { background-color: rgb(104,96,67); }

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

border-color css

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

 span { border-color: rgb(104,96,67); }

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