#C67A3F

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

Shades of Brandy Punch #C67A3F

Tints of Brandy Punch #C67A3F

Color information

#C67A3F (or 0xC67A3F) is unknown color: approx Brandy Punch. HEX triplet: C6, 7A and 3F. RGB value is (198,122,63). Sum of RGB (Red+Green+Blue) = 198+122+63=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A3F is #3985C0. Grayscale: #8A8A8A. Windows color (decimal): -3769793 or 4160198. OLE color: 4160198.

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

Color convert

RGB19812263-
CMYK00.380.680.22
HSL26.22º54.22%51.18%-
HSV(B)26.22º68.18%77.65%-
XYZ31.1526.288.13-
YUV13885.68170.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 63 (25% from 255) = 16.45%
R=51.70%
G=31.85%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981226300.380.680.2226.2254.2251.18
HexC67A3F02644161a3633
Octal3061727704610426326663
Binary110001101111010111111010011010001001011011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67A3F; }

 p { color: rgb(198,122,63); }

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

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

 a { background-color: rgb(198,122,63); }

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

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

 span { border-color: rgb(198,122,63); }

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