#68331E

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

Shades of New Amber #68331E

Tints of New Amber #68331E

Color information

#68331E (or 0x68331E) is unknown color: approx New Amber. HEX triplet: 68, 33 and 1E. RGB value is (104,51,30). Sum of RGB (Red+Green+Blue) = 104+51+30=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68331E is #97CCE1. Grayscale: #404040. Windows color (decimal): -9948386 or 1979240. OLE color: 1979240.

HSL color Cylindrical-coordinate representation of color #68331E: hue angle of 17.03º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68331E is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1045130-
CMYK00.510.710.59
HSL17.03º55.22%26.27%-
HSV(B)17.03º71.15%40.78%-
XYZ7.135.41.9-
YUV64.45108.56156.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=56.22%
G=27.57%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104513000.510.710.5917.0355.2226.27
Hex68331E033473B11371a
Octal150633606310773216732
Binary110100011001111110011001110001111110111000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68331E; }

 p { color: rgb(104,51,30); }

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

<style>
 a { background-color: #68331E; }

 a { background-color: rgb(104,51,30); }

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

<style>
 span { border-color: #68331E; }

 span { border-color: rgb(104,51,30); }

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