Html Css Color HEX #675A3D Yellow Metal

📋 copy color: '#675A3D'

red 103 ◦ green 90 ◦ blue 61

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

Shades of Yellow Metal #675A3D

Tints of Yellow Metal #675A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 40.55%
G = 35.43%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#675A3D (or 0x675A3D) is known color: Yellow Metal. HEX triplet: 67, 5A and 3D. RGB value is (103,90,61). Sum of RGB (Red+Green+Blue) = 103+90+61=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #675A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A3D is #98A5C2. Grayscale: #5A5A5A. Windows color (decimal): -10003907 or 4020839. OLE color: 4020839.

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

Color convert

RGB 103 90 61 -
CMYK 0 0.13 0.41 0.60
HSL 41.43º 0.26% 0.32% -
HSV(B) 41.43º 0.41% 0.4% -
XYZ 10.09 10.53 5.92 -
YUV 90.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 103 90 61 0 0.13 0.41 0.60 41.43 0.26 0.32
Hex 67 5A 3D 0 D 29 3C 29 1A 20
Octal 147 132 75 0 15 51 74 51 32 40
Binary 1100111 1011010 111101 0 1101 101001 111100 101001 11010 100000

Color Harmonies of #675A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A3D

Black with #675A3D

Text Example


Text Example

White with #675A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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