Html Css Color HEX #6D3F2B New Amber

📋 copy color: '#6D3F2B'

red 109 ◦ green 63 ◦ blue 43

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

Shades of New Amber #6D3F2B

Tints of New Amber #6D3F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20%

R = 50.7%
G = 29.3%
B = 20%

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

#6D3F2B (or 0x6D3F2B) is known color: New Amber. HEX triplet: 6D, 3F and 2B. RGB value is (109,63,43). Sum of RGB (Red+Green+Blue) = 109+63+43=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F2B is #92C0D4. Grayscale: #4A4A4A. Windows color (decimal): -9617621 or 2834285. OLE color: 2834285.

HSL color Cylindrical-coordinate representation of color #6D3F2B: hue angle of 18.18º degrees, saturation: 0.43, 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 #6D3F2B is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 63 43 -
CMYK 0 0.42 0.61 0.57
HSL 18.18º 0.43% 0.3% -
HSV(B) 18.18º 0.61% 0.43% -
XYZ 8.52 6.98 3.18 -
YUV 74.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 109 63 43 0 0.42 0.61 0.57 18.18 0.43 0.3
Hex 6D 3F 2B 0 2A 3D 39 12 2B 1E
Octal 155 77 53 0 52 75 71 22 53 36
Binary 1101101 111111 101011 0 101010 111101 111001 10010 101011 11110

Color Harmonies of #6D3F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F2B

Black with #6D3F2B

Text Example


Text Example

White with #6D3F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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