#6C351B

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

Shades of New Amber #6C351B

Tints of New Amber #6C351B

Color information

#6C351B (or 0x6C351B) is unknown color: approx New Amber. HEX triplet: 6C, 35 and 1B. RGB value is (108,53,27). Sum of RGB (Red+Green+Blue) = 108+53+27=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C351B is #93CAE4. Grayscale: #424242. Windows color (decimal): -9685733 or 1783148. OLE color: 1783148.

HSL color Cylindrical-coordinate representation of color #6C351B: hue angle of 19.26º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C351B is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1085327-
CMYK00.510.750.58
HSL19.26º60%26.47%-
HSV(B)19.26º75%42.35%-
XYZ7.665.811.76-
YUV66.48105.72157.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.45%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=57.45%
G=28.19%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108532700.510.750.5819.266026.47
Hex6C351B0334B3A133c1a
Octal154653306311372237432
Binary110110011010111011011001110010111110101001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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