Html Css Color HEX #6D3E29 New Amber

📋 copy color: '#6D3E29'

red 109 ◦ green 62 ◦ blue 41

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

Shades of New Amber #6D3E29

Tints of New Amber #6D3E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 41 (16.41% from 255) = 19.34%

R = 51.42%
G = 29.25%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D3E29 (or 0x6D3E29) is known color: New Amber. HEX triplet: 6D, 3E and 29. RGB value is (109,62,41). Sum of RGB (Red+Green+Blue) = 109+62+41=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E29 is #92C1D6. Grayscale: #494949. Windows color (decimal): -9617879 or 2702957. OLE color: 2702957.

HSL color Cylindrical-coordinate representation of color #6D3E29: hue angle of 18.53º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3E29 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 62 41 -
CMYK 0 0.43 0.62 0.57
HSL 18.53º 0.45% 0.29% -
HSV(B) 18.53º 0.62% 0.43% -
XYZ 8.43 6.86 2.98 -
YUV 73.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 109 62 41 0 0.43 0.62 0.57 18.53 0.45 0.29
Hex 6D 3E 29 0 2B 3E 39 13 2D 1D
Octal 155 76 51 0 53 76 71 23 55 35
Binary 1101101 111110 101001 0 101011 111110 111001 10011 101101 11101

Color Harmonies of #6D3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3E29

Black with #6D3E29

Text Example


Text Example

White with #6D3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,62,41); }

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

background-color css

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

 a { background-color: rgb(109,62,41); }

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

border-color css

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

 span { border-color: rgb(109,62,41); }

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