Html Css Color HEX #C67A3D Brandy Punch

📋 copy color: '#C67A3D'

red 198 ◦ green 122 ◦ blue 61

#C67A3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C67A3D

Tints of Brandy Punch #C67A3D

RGB

 RED value IS 198 (77.73% from 255) = 51.97%

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 51.97%
G = 32.02%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C67A3D (or 0xC67A3D) is known color: Brandy Punch. HEX triplet: C6, 7A and 3D. RGB value is (198,122,61). Sum of RGB (Red+Green+Blue) = 198+122+61=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A3D is #3985C2. Grayscale: #8A8A8A. Windows color (decimal): -3769795 or 4029126. OLE color: 4029126.

HSL color Cylindrical-coordinate representation of color #C67A3D: hue angle of 26.72º 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 #C67A3D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 61 -
CMYK 0 0.38 0.69 0.22
HSL 26.72º 0.55% 0.51% -
HSV(B) 26.72º 0.69% 0.78% -
XYZ 31.09 26.26 7.85 -
YUV 137.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 198 122 61 0 0.38 0.69 0.22 26.72 0.55 0.51
Hex C6 7A 3D 0 26 45 16 1B 37 33
Octal 306 172 75 0 46 105 26 33 67 63
Binary 11000110 1111010 111101 0 100110 1000101 10110 11011 110111 110011

Color Harmonies of #C67A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A3D

Black with #C67A3D

Text Example


Text Example

White with #C67A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A3D; }

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

 H1.HeaderClassName
 {
   color: #C67A3D;
 }
 .AnyTagClassName
 {
   color: #C67A3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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