Html Css Color HEX #6E331B New Amber

📋 copy color: '#6E331B'

red 110 ◦ green 51 ◦ blue 27

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

Shades of New Amber #6E331B

Tints of New Amber #6E331B

RGB

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

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

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

R = 58.51%
G = 27.13%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E331B (or 0x6E331B) is known color: New Amber. HEX triplet: 6E, 33 and 1B. RGB value is (110,51,27). Sum of RGB (Red+Green+Blue) = 110+51+27=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E331B is #91CCE4. Grayscale: #424242. Windows color (decimal): -9555173 or 1782638. OLE color: 1782638.

HSL color Cylindrical-coordinate representation of color #6E331B: hue angle of 17.35º 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 #6E331B is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 51 27 -
CMYK 0 0.54 0.75 0.57
HSL 17.35º 0.61% 0.27% -
HSV(B) 17.35º 0.75% 0.43% -
XYZ 7.81 5.76 1.74 -
YUV 65.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 110 51 27 0 0.54 0.75 0.57 17.35 0.61 0.27
Hex 6E 33 1B 0 36 4B 39 11 3D 1B
Octal 156 63 33 0 66 113 71 21 75 33
Binary 1101110 110011 11011 0 110110 1001011 111001 10001 111101 11011

Color Harmonies of #6E331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E331B

Black with #6E331B

Text Example


Text Example

White with #6E331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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