Html Css Color HEX #675D3B Yellow Metal

📋 copy color: '#675D3B'

red 103 ◦ green 93 ◦ blue 59

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

Shades of Yellow Metal #675D3B

Tints of Yellow Metal #675D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 40.39%
G = 36.47%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#675D3B (or 0x675D3B) is known color: Yellow Metal. HEX triplet: 67, 5D and 3B. RGB value is (103,93,59). Sum of RGB (Red+Green+Blue) = 103+93+59=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #675D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D3B is #98A2C4. Grayscale: #5C5C5C. Windows color (decimal): -10003141 or 3890535. OLE color: 3890535.

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

Color convert

RGB 103 93 59 -
CMYK 0 0.10 0.43 0.60
HSL 46.36º 0.27% 0.32% -
HSV(B) 46.36º 0.43% 0.4% -
XYZ 10.3 11.03 5.72 -
YUV 92.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 103 93 59 0 0.10 0.43 0.60 46.36 0.27 0.32
Hex 67 5D 3B 0 A 2B 3C 2E 1B 20
Octal 147 135 73 0 12 53 74 56 33 40
Binary 1100111 1011101 111011 0 1010 101011 111100 101110 11011 100000

Color Harmonies of #675D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D3B

Black with #675D3B

Text Example


Text Example

White with #675D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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