Html Css Color HEX #6E3A27 New Amber

📋 copy color: '#6E3A27'

red 110 ◦ green 58 ◦ blue 39

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

Shades of New Amber #6E3A27

Tints of New Amber #6E3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.02%

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 53.14%
G = 28.02%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E3A27 (or 0x6E3A27) is known color: New Amber. HEX triplet: 6E, 3A and 27. RGB value is (110,58,39). Sum of RGB (Red+Green+Blue) = 110+58+39=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A27 is #91C5D8. Grayscale: #474747. Windows color (decimal): -9553369 or 2570862. OLE color: 2570862.

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

Color convert

RGB 110 58 39 -
CMYK 0 0.47 0.65 0.57
HSL 16.06º 0.48% 0.29% -
HSV(B) 16.06º 0.65% 0.43% -
XYZ 8.31 6.49 2.73 -
YUV 71.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 110 58 39 0 0.47 0.65 0.57 16.06 0.48 0.29
Hex 6E 3A 27 0 2F 41 39 10 30 1D
Octal 156 72 47 0 57 101 71 20 60 35
Binary 1101110 111010 100111 0 101111 1000001 111001 10000 110000 11101

Color Harmonies of #6E3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A27

Black with #6E3A27

Text Example


Text Example

White with #6E3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,39); }

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

background-color css

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

 a { background-color: rgb(110,58,39); }

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

border-color css

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

 span { border-color: rgb(110,58,39); }

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