Html Css Color HEX #6E3F29 New Amber

📋 copy color: '#6E3F29'

red 110 ◦ green 63 ◦ blue 41

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

Shades of New Amber #6E3F29

Tints of New Amber #6E3F29

RGB

 RED value IS 110 (43.36% from 255) = 51.4%

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

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

R = 51.4%
G = 29.44%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E3F29 (or 0x6E3F29) is known color: New Amber. HEX triplet: 6E, 3F and 29. RGB value is (110,63,41). Sum of RGB (Red+Green+Blue) = 110+63+41=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F29 is #91C0D6. Grayscale: #4A4A4A. Windows color (decimal): -9552087 or 2703214. OLE color: 2703214.

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

Color convert

RGB 110 63 41 -
CMYK 0 0.43 0.63 0.57
HSL 19.13º 0.46% 0.3% -
HSV(B) 19.13º 0.63% 0.43% -
XYZ 8.61 7.03 3 -
YUV 74.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 110 63 41 0 0.43 0.63 0.57 19.13 0.46 0.3
Hex 6E 3F 29 0 2B 3F 39 13 2E 1E
Octal 156 77 51 0 53 77 71 23 56 36
Binary 1101110 111111 101001 0 101011 111111 111001 10011 101110 11110

Color Harmonies of #6E3F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3F29

Black with #6E3F29

Text Example


Text Example

White with #6E3F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,63,41); }

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

background-color css

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

 a { background-color: rgb(110,63,41); }

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

border-color css

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

 span { border-color: rgb(110,63,41); }

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