Html Css Color HEX #6E402A New Amber

📋 copy color: '#6E402A'

red 110 ◦ green 64 ◦ blue 42

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

Shades of New Amber #6E402A

Tints of New Amber #6E402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 50.93%
G = 29.63%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E402A (or 0x6E402A) is known color: New Amber. HEX triplet: 6E, 40 and 2A. RGB value is (110,64,42). Sum of RGB (Red+Green+Blue) = 110+64+42=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E402A is #91BFD5. Grayscale: #4B4B4B. Windows color (decimal): -9551830 or 2769006. OLE color: 2769006.

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

Color convert

RGB 110 64 42 -
CMYK 0 0.42 0.62 0.57
HSL 19.41º 0.45% 0.3% -
HSV(B) 19.41º 0.62% 0.43% -
XYZ 8.68 7.15 3.11 -
YUV 75.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 110 64 42 0 0.42 0.62 0.57 19.41 0.45 0.3
Hex 6E 40 2A 0 2A 3E 39 13 2D 1E
Octal 156 100 52 0 52 76 71 23 55 36
Binary 1101110 1000000 101010 0 101010 111110 111001 10011 101101 11110

Color Harmonies of #6E402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E402A

Black with #6E402A

Text Example


Text Example

White with #6E402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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