#67361C

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

Shades of New Amber #67361C

Tints of New Amber #67361C

Color information

#67361C (or 0x67361C) is unknown color: approx New Amber. HEX triplet: 67, 36 and 1C. RGB value is (103,54,28). Sum of RGB (Red+Green+Blue) = 103+54+28=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67361C is #98C9E3. Grayscale: #414141. Windows color (decimal): -10013156 or 1848935. OLE color: 1848935.

HSL color Cylindrical-coordinate representation of color #67361C: hue angle of 20.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67361C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1035428-
CMYK00.480.730.60
HSL20.8º57.25%25.69%-
HSV(B)20.8º72.82%40.39%-
XYZ7.125.611.81-
YUV65.69106.73154.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=55.68%
G=29.19%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103542800.480.730.6020.857.2525.69
Hex67361C030493C15391a
Octal147663406011174257132
Binary110011111011011100011000010010011111001010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67361C; }

 p { color: rgb(103,54,28); }

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

<style>
 a { background-color: #67361C; }

 a { background-color: rgb(103,54,28); }

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

<style>
 span { border-color: #67361C; }

 span { border-color: rgb(103,54,28); }

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