Html Css Color HEX #6E4029 New Amber

📋 copy color: '#6E4029'

red 110 ◦ green 64 ◦ blue 41

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

Shades of New Amber #6E4029

Tints of New Amber #6E4029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

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

R = 51.16%
G = 29.77%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E4029 (or 0x6E4029) is known color: New Amber. HEX triplet: 6E, 40 and 29. RGB value is (110,64,41). Sum of RGB (Red+Green+Blue) = 110+64+41=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4029 is #91BFD6. Grayscale: #4B4B4B. Windows color (decimal): -9551831 or 2703470. OLE color: 2703470.

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

Color convert

RGB 110 64 41 -
CMYK 0 0.42 0.63 0.57
HSL 20º 0.46% 0.3% -
HSV(B) 20º 0.63% 0.43% -
XYZ 8.66 7.14 3.02 -
YUV 75.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 110 64 41 0 0.42 0.63 0.57 20 0.46 0.3
Hex 6E 40 29 0 2A 3F 39 14 2E 1E
Octal 156 100 51 0 52 77 71 24 56 36
Binary 1101110 1000000 101001 0 101010 111111 111001 10100 101110 11110

Color Harmonies of #6E4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4029

Black with #6E4029

Text Example


Text Example

White with #6E4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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