#68361B

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

Shades of New Amber #68361B

Tints of New Amber #68361B

Color information

#68361B (or 0x68361B) is unknown color: approx New Amber. HEX triplet: 68, 36 and 1B. RGB value is (104,54,27). Sum of RGB (Red+Green+Blue) = 104+54+27=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68361B is #97C9E4. Grayscale: #424242. Windows color (decimal): -9947621 or 1783400. OLE color: 1783400.

HSL color Cylindrical-coordinate representation of color #68361B: hue angle of 21.04º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68361B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1045427-
CMYK00.480.740.59
HSL21.04º58.78%25.69%-
HSV(B)21.04º74.04%40.78%-
XYZ7.235.661.75-
YUV65.87106.06155.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=56.22%
G=29.19%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104542700.480.740.5921.0458.7825.69
Hex68361B0304A3B153b1a
Octal150663306011273257332
Binary110100011011011011011000010010101110111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68361B; }

 p { color: rgb(104,54,27); }

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

<style>
 a { background-color: #68361B; }

 a { background-color: rgb(104,54,27); }

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

<style>
 span { border-color: #68361B; }

 span { border-color: rgb(104,54,27); }

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