#68381F

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

Shades of New Amber #68381F

Tints of New Amber #68381F

Color information

#68381F (or 0x68381F) is unknown color: approx New Amber. HEX triplet: 68, 38 and 1F. RGB value is (104,56,31). Sum of RGB (Red+Green+Blue) = 104+56+31=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68381F is #97C7E0. Grayscale: #434343. Windows color (decimal): -9947105 or 2046056. OLE color: 2046056.

HSL color Cylindrical-coordinate representation of color #68381F: hue angle of 20.55º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68381F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1045631-
CMYK00.460.700.59
HSL20.55º54.07%26.47%-
HSV(B)20.55º70.19%40.78%-
XYZ7.375.872.04-
YUV67.5107.4154.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=54.45%
G=29.32%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104563100.460.700.5920.5554.0726.47
Hex68381F02E463B15361a
Octal150703705610673256632
Binary110100011100011111010111010001101110111010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68381F; }

 p { color: rgb(104,56,31); }

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

<style>
 a { background-color: #68381F; }

 a { background-color: rgb(104,56,31); }

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

<style>
 span { border-color: #68381F; }

 span { border-color: rgb(104,56,31); }

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