Html Css Color HEX #6E3921 New Amber

📋 copy color: '#6E3921'

red 110 ◦ green 57 ◦ blue 33

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

Shades of New Amber #6E3921

Tints of New Amber #6E3921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.5%

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 55%
G = 28.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.7

 K value IS 0.57

RGB Variations

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

Color information

#6E3921 (or 0x6E3921) is known color: New Amber. HEX triplet: 6E, 39 and 21. RGB value is (110,57,33). Sum of RGB (Red+Green+Blue) = 110+57+33=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3921 is #91C6DE. Grayscale: #464646. Windows color (decimal): -9553631 or 2177390. OLE color: 2177390.

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

Color convert

RGB 110 57 33 -
CMYK 0 0.48 0.7 0.57
HSL 18.7º 0.54% 0.28% -
HSV(B) 18.7º 0.7% 0.43% -
XYZ 8.17 6.35 2.23 -
YUV 70.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 110 57 33 0 0.48 0.7 0.57 18.7 0.54 0.28
Hex 6E 39 21 0 30 46 39 13 36 1C
Octal 156 71 41 0 60 106 71 23 66 34
Binary 1101110 111001 100001 0 110000 1000110 111001 10011 110110 11100

Color Harmonies of #6E3921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3921

Black with #6E3921

Text Example


Text Example

White with #6E3921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,57,33); }

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

background-color css

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

 a { background-color: rgb(110,57,33); }

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

border-color css

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

 span { border-color: rgb(110,57,33); }

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