Html Css Color HEX #675A40 Yellow Metal

📋 copy color: '#675A40'

red 103 ◦ green 90 ◦ blue 64

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

Shades of Yellow Metal #675A40

Tints of Yellow Metal #675A40

RGB

 RED value IS 103 (40.63% from 255) = 40.08%

 GREEN value IS 90 (35.55% from 255) = 35.02%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 40.08%
G = 35.02%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#675A40 (or 0x675A40) is known color: Yellow Metal. HEX triplet: 67, 5A and 40. RGB value is (103,90,64). Sum of RGB (Red+Green+Blue) = 103+90+64=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #675A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A40 is #98A5BF. Grayscale: #5B5B5B. Windows color (decimal): -10003904 or 4217447. OLE color: 4217447.

HSL color Cylindrical-coordinate representation of color #675A40: hue angle of 40º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #675A40 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 64 -
CMYK 0 0.13 0.38 0.60
HSL 40º 0.23% 0.33% -
HSV(B) 40º 0.38% 0.4% -
XYZ 10.18 10.57 6.35 -
YUV 90.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 103 90 64 0 0.13 0.38 0.60 40 0.23 0.33
Hex 67 5A 40 0 D 26 3C 28 17 21
Octal 147 132 100 0 15 46 74 50 27 41
Binary 1100111 1011010 1000000 0 1101 100110 111100 101000 10111 100001

Color Harmonies of #675A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A40

Black with #675A40

Text Example


Text Example

White with #675A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675A40; }

 p { color: rgb(103,90,64); }

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

background-color css

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

 a { background-color: rgb(103,90,64); }

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

border-color css

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

 span { border-color: rgb(103,90,64); }

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