#6F331C

Color #6F331C New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #6F331C

Tints of New Amber #6F331C

Color information

#6F331C (or 0x6F331C) is unknown color: approx New Amber. HEX triplet: 6F, 33 and 1C. RGB value is (111,51,28). Sum of RGB (Red+Green+Blue) = 111+51+28=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F331C is #90CCE3. Grayscale: #424242. Windows color (decimal): -9489636 or 1848175. OLE color: 1848175.

HSL color Cylindrical-coordinate representation of color #6F331C: hue angle of 16.63º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F331C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1115128-
CMYK00.540.750.56
HSL16.63º59.71%27.25%-
HSV(B)16.63º74.77%43.53%-
XYZ7.955.831.81-
YUV66.32106.38159.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=58.42%
G=26.84%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111512800.540.750.5616.6359.7127.25
Hex6F331C0364B38113c1b
Octal157633406611370217433
Binary110111111001111100011011010010111110001000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,28); }

 H1.HeaderClassName
 {
   color: #6F331C;
 }
 .AnyTagClassName
 {
   color: #6F331C;
 }
</style>
background-color css

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

 a { background-color: rgb(111,51,28); }

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

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

 span { border-color: rgb(111,51,28); }

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