Html Css Color HEX #6E3520 New Amber

📋 copy color: '#6E3520'

red 110 ◦ green 53 ◦ blue 32

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

Shades of New Amber #6E3520

Tints of New Amber #6E3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 56.41%
G = 27.18%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6E3520 (or 0x6E3520) is known color: New Amber. HEX triplet: 6E, 35 and 20. RGB value is (110,53,32). Sum of RGB (Red+Green+Blue) = 110+53+32=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3520 is #91CADF. Grayscale: #434343. Windows color (decimal): -9554656 or 2110830. OLE color: 2110830.

HSL color Cylindrical-coordinate representation of color #6E3520: hue angle of 16.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3520 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 53 32 -
CMYK 0 0.52 0.71 0.57
HSL 16.15º 0.55% 0.28% -
HSV(B) 16.15º 0.71% 0.43% -
XYZ 7.96 5.97 2.1 -
YUV 67.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 110 53 32 0 0.52 0.71 0.57 16.15 0.55 0.28
Hex 6E 35 20 0 34 47 39 10 37 1C
Octal 156 65 40 0 64 107 71 20 67 34
Binary 1101110 110101 100000 0 110100 1000111 111001 10000 110111 11100

Color Harmonies of #6E3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3520

Black with #6E3520

Text Example


Text Example

White with #6E3520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,53,32); }

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

background-color css

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

 a { background-color: rgb(110,53,32); }

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

border-color css

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

 span { border-color: rgb(110,53,32); }

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