Html Css Color HEX #6E351B New Amber

📋 copy color: '#6E351B'

red 110 ◦ green 53 ◦ blue 27

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

Shades of New Amber #6E351B

Tints of New Amber #6E351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 57.89%
G = 27.89%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E351B (or 0x6E351B) is known color: New Amber. HEX triplet: 6E, 35 and 1B. RGB value is (110,53,27). Sum of RGB (Red+Green+Blue) = 110+53+27=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E351B is #91CAE4. Grayscale: #434343. Windows color (decimal): -9554661 or 1783150. OLE color: 1783150.

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

Color convert

RGB 110 53 27 -
CMYK 0 0.52 0.75 0.57
HSL 18.8º 0.61% 0.27% -
HSV(B) 18.8º 0.75% 0.43% -
XYZ 7.9 5.94 1.77 -
YUV 67.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 110 53 27 0 0.52 0.75 0.57 18.8 0.61 0.27
Hex 6E 35 1B 0 34 4B 39 13 3D 1B
Octal 156 65 33 0 64 113 71 23 75 33
Binary 1101110 110101 11011 0 110100 1001011 111001 10011 111101 11011

Color Harmonies of #6E351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E351B

Black with #6E351B

Text Example


Text Example

White with #6E351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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