Html Css Color HEX #6D3F2A New Amber

📋 copy color: '#6D3F2A'

red 109 ◦ green 63 ◦ blue 42

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

Shades of New Amber #6D3F2A

Tints of New Amber #6D3F2A

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 50.93%
G = 29.44%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D3F2A (or 0x6D3F2A) is known color: New Amber. HEX triplet: 6D, 3F and 2A. RGB value is (109,63,42). Sum of RGB (Red+Green+Blue) = 109+63+42=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F2A is #92C0D5. Grayscale: #4A4A4A. Windows color (decimal): -9617622 or 2768749. OLE color: 2768749.

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

Color convert

RGB 109 63 42 -
CMYK 0 0.42 0.61 0.57
HSL 18.81º 0.44% 0.3% -
HSV(B) 18.81º 0.61% 0.43% -
XYZ 8.5 6.97 3.09 -
YUV 74.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 109 63 42 0 0.42 0.61 0.57 18.81 0.44 0.3
Hex 6D 3F 2A 0 2A 3D 39 13 2C 1E
Octal 155 77 52 0 52 75 71 23 54 36
Binary 1101101 111111 101010 0 101010 111101 111001 10011 101100 11110

Color Harmonies of #6D3F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F2A

Black with #6D3F2A

Text Example


Text Example

White with #6D3F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,63,42); }

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

background-color css

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

 a { background-color: rgb(109,63,42); }

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

border-color css

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

 span { border-color: rgb(109,63,42); }

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