Html Css Color HEX #6E331D New Amber

📋 copy color: '#6E331D'

red 110 ◦ green 51 ◦ blue 29

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

Shades of New Amber #6E331D

Tints of New Amber #6E331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 57.89%
G = 26.84%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E331D (or 0x6E331D) is known color: New Amber. HEX triplet: 6E, 33 and 1D. RGB value is (110,51,29). Sum of RGB (Red+Green+Blue) = 110+51+29=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E331D is #91CCE2. Grayscale: #424242. Windows color (decimal): -9555171 or 1913710. OLE color: 1913710.

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

Color convert

RGB 110 51 29 -
CMYK 0 0.54 0.74 0.57
HSL 16.3º 0.58% 0.27% -
HSV(B) 16.3º 0.74% 0.43% -
XYZ 7.84 5.77 1.86 -
YUV 66.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 110 51 29 0 0.54 0.74 0.57 16.3 0.58 0.27
Hex 6E 33 1D 0 36 4A 39 10 3A 1B
Octal 156 63 35 0 66 112 71 20 72 33
Binary 1101110 110011 11101 0 110110 1001010 111001 10000 111010 11011

Color Harmonies of #6E331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E331D

Black with #6E331D

Text Example


Text Example

White with #6E331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,51,29); }

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

background-color css

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

 a { background-color: rgb(110,51,29); }

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

border-color css

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

 span { border-color: rgb(110,51,29); }

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