Html Css Color HEX #6E3A28 New Amber

📋 copy color: '#6E3A28'

red 110 ◦ green 58 ◦ blue 40

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

Shades of New Amber #6E3A28

Tints of New Amber #6E3A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 52.88%
G = 27.88%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E3A28 (or 0x6E3A28) is known color: New Amber. HEX triplet: 6E, 3A and 28. RGB value is (110,58,40). Sum of RGB (Red+Green+Blue) = 110+58+40=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A28 is #91C5D7. Grayscale: #474747. Windows color (decimal): -9553368 or 2636398. OLE color: 2636398.

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

Color convert

RGB 110 58 40 -
CMYK 0 0.47 0.64 0.57
HSL 15.43º 0.47% 0.29% -
HSV(B) 15.43º 0.64% 0.43% -
XYZ 8.33 6.49 2.82 -
YUV 71.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 110 58 40 0 0.47 0.64 0.57 15.43 0.47 0.29
Hex 6E 3A 28 0 2F 40 39 F 2F 1D
Octal 156 72 50 0 57 100 71 17 57 35
Binary 1101110 111010 101000 0 101111 1000000 111001 1111 101111 11101

Color Harmonies of #6E3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A28

Black with #6E3A28

Text Example


Text Example

White with #6E3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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