Html Css Color HEX #675D3C Yellow Metal

📋 copy color: '#675D3C'

red 103 ◦ green 93 ◦ blue 60

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

Shades of Yellow Metal #675D3C

Tints of Yellow Metal #675D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 40.23%
G = 36.33%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#675D3C (or 0x675D3C) is known color: Yellow Metal. HEX triplet: 67, 5D and 3C. RGB value is (103,93,60). Sum of RGB (Red+Green+Blue) = 103+93+60=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D3C is #98A2C3. Grayscale: #5C5C5C. Windows color (decimal): -10003140 or 3956071. OLE color: 3956071.

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

Color convert

RGB 103 93 60 -
CMYK 0 0.10 0.42 0.60
HSL 46.05º 0.26% 0.32% -
HSV(B) 46.05º 0.42% 0.4% -
XYZ 10.32 11.04 5.86 -
YUV 92.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 103 93 60 0 0.10 0.42 0.60 46.05 0.26 0.32
Hex 67 5D 3C 0 A 2A 3C 2E 1A 20
Octal 147 135 74 0 12 52 74 56 32 40
Binary 1100111 1011101 111100 0 1010 101010 111100 101110 11010 100000

Color Harmonies of #675D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D3C

Black with #675D3C

Text Example


Text Example

White with #675D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,93,60); }

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

background-color css

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

 a { background-color: rgb(103,93,60); }

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

border-color css

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

 span { border-color: rgb(103,93,60); }

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