#68331A

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

Shades of New Amber #68331A

Tints of New Amber #68331A

Color information

#68331A (or 0x68331A) is unknown color: approx New Amber. HEX triplet: 68, 33 and 1A. RGB value is (104,51,26). Sum of RGB (Red+Green+Blue) = 104+51+26=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68331A is #97CCE5. Grayscale: #404040. Windows color (decimal): -9948390 or 1717096. OLE color: 1717096.

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

Color convert

RGB1045126-
CMYK00.510.750.59
HSL19.23º60%25.49%-
HSV(B)19.23º75%40.78%-
XYZ7.085.391.64-
YUV64106.56156.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=57.46%
G=28.18%
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.59
SystemRedGreenBlueCMYKHSL
Decimal104512600.510.750.5919.236025.49
Hex68331A0334B3B133c19
Octal150633206311373237431
Binary110100011001111010011001110010111110111001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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