Html Css Color HEX #C68140 Brandy Punch

📋 copy color: '#C68140'

red 198 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #C68140

Tints of Brandy Punch #C68140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 50.64%
G = 32.99%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C68140 (or 0xC68140) is known color: Brandy Punch. HEX triplet: C6, 81 and 40. RGB value is (198,129,64). Sum of RGB (Red+Green+Blue) = 198+129+64=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C68140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68140 is #397EBF. Grayscale: #8E8E8E. Windows color (decimal): -3768000 or 4227526. OLE color: 4227526.

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

Color convert

RGB 198 129 64 -
CMYK 0 0.35 0.68 0.22
HSL 29.1º 0.54% 0.51% -
HSV(B) 29.1º 0.68% 0.78% -
XYZ 32.06 28.08 8.58 -
YUV 142.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 198 129 64 0 0.35 0.68 0.22 29.1 0.54 0.51
Hex C6 81 40 0 23 44 16 1D 36 33
Octal 306 201 100 0 43 104 26 35 66 63
Binary 11000110 10000001 1000000 0 100011 1000100 10110 11101 110110 110011

Color Harmonies of #C68140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68140

Black with #C68140

Text Example


Text Example

White with #C68140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68140; }

 p { color: rgb(198,129,64); }

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

background-color css

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

 a { background-color: rgb(198,129,64); }

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

border-color css

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

 span { border-color: rgb(198,129,64); }

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