#C67C3D

Color #C67C3D Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C67C3D

Tints of Brandy Punch #C67C3D

Color information

#C67C3D (or 0xC67C3D) is unknown color: approx Brandy Punch. HEX triplet: C6, 7C and 3D. RGB value is (198,124,61). Sum of RGB (Red+Green+Blue) = 198+124+61=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C3D is #3983C2. Grayscale: #8B8B8B. Windows color (decimal): -3769283 or 4029638. OLE color: 4029638.

HSL color Cylindrical-coordinate representation of color #C67C3D: hue angle of 27.59º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C67C3D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19812461-
CMYK00.370.690.22
HSL27.59º54.58%50.78%-
HSV(B)27.59º69.19%77.65%-
XYZ31.3426.767.93-
YUV138.9484.02170.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=51.70%
G=32.38%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981246100.370.690.2227.5954.5850.78
HexC67C3D02545161c3733
Octal3061747504510526346763
Binary110001101111100111101010010110001011011011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C3D; }

 p { color: rgb(198,124,61); }

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

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

 a { background-color: rgb(198,124,61); }

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

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

 span { border-color: rgb(198,124,61); }

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