Html Css Color HEX #6D603D Yellow Metal

📋 copy color: '#6D603D'

red 109 ◦ green 96 ◦ blue 61

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

Shades of Yellow Metal #6D603D

Tints of Yellow Metal #6D603D

RGB

 RED value IS 109 (42.97% from 255) = 40.98%

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

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

R = 40.98%
G = 36.09%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D603D (or 0x6D603D) is known color: Yellow Metal. HEX triplet: 6D, 60 and 3D. RGB value is (109,96,61). Sum of RGB (Red+Green+Blue) = 109+96+61=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D603D is #929FC2. Grayscale: #606060. Windows color (decimal): -9609155 or 4022381. OLE color: 4022381.

HSL color Cylindrical-coordinate representation of color #6D603D: hue angle of 43.75º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D603D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 96 61 -
CMYK 0 0.12 0.44 0.57
HSL 43.75º 0.28% 0.33% -
HSV(B) 43.75º 0.44% 0.43% -
XYZ 11.33 11.95 6.12 -
YUV 95.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 109 96 61 0 0.12 0.44 0.57 43.75 0.28 0.33
Hex 6D 60 3D 0 C 2C 39 2C 1C 21
Octal 155 140 75 0 14 54 71 54 34 41
Binary 1101101 1100000 111101 0 1100 101100 111001 101100 11100 100001

Color Harmonies of #6D603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D603D

Black with #6D603D

Text Example


Text Example

White with #6D603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D603D; }

 p { color: rgb(109,96,61); }

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

background-color css

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

 a { background-color: rgb(109,96,61); }

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

border-color css

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

 span { border-color: rgb(109,96,61); }

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