Html Css Color HEX #6E3E29 New Amber

📋 copy color: '#6E3E29'

red 110 ◦ green 62 ◦ blue 41

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

Shades of New Amber #6E3E29

Tints of New Amber #6E3E29

RGB

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

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

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

R = 51.64%
G = 29.11%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E3E29 (or 0x6E3E29) is known color: New Amber. HEX triplet: 6E, 3E and 29. RGB value is (110,62,41). Sum of RGB (Red+Green+Blue) = 110+62+41=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E29 is #91C1D6. Grayscale: #4A4A4A. Windows color (decimal): -9552343 or 2702958. OLE color: 2702958.

HSL color Cylindrical-coordinate representation of color #6E3E29: hue angle of 18.26º 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 #6E3E29 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 62 41 -
CMYK 0 0.44 0.63 0.57
HSL 18.26º 0.46% 0.3% -
HSV(B) 18.26º 0.63% 0.43% -
XYZ 8.55 6.92 2.98 -
YUV 73.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 110 62 41 0 0.44 0.63 0.57 18.26 0.46 0.3
Hex 6E 3E 29 0 2C 3F 39 12 2E 1E
Octal 156 76 51 0 54 77 71 22 56 36
Binary 1101110 111110 101001 0 101100 111111 111001 10010 101110 11110

Color Harmonies of #6E3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3E29

Black with #6E3E29

Text Example


Text Example

White with #6E3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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