Html Css Color HEX #C68141 Brandy Punch

📋 copy color: '#C68141'

red 198 ◦ green 129 ◦ blue 65

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

Shades of Brandy Punch #C68141

Tints of Brandy Punch #C68141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 50.51%
G = 32.91%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C68141 (or 0xC68141) is known color: Brandy Punch. HEX triplet: C6, 81 and 41. RGB value is (198,129,65). Sum of RGB (Red+Green+Blue) = 198+129+65=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C68141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68141 is #397EBE. Grayscale: #8E8E8E. Windows color (decimal): -3767999 or 4293062. OLE color: 4293062.

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

Color convert

RGB 198 129 65 -
CMYK 0 0.35 0.67 0.22
HSL 28.87º 0.54% 0.52% -
HSV(B) 28.87º 0.67% 0.78% -
XYZ 32.09 28.09 8.73 -
YUV 142.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 198 129 65 0 0.35 0.67 0.22 28.87 0.54 0.52
Hex C6 81 41 0 23 43 16 1D 36 34
Octal 306 201 101 0 43 103 26 35 66 64
Binary 11000110 10000001 1000001 0 100011 1000011 10110 11101 110110 110100

Color Harmonies of #C68141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68141

Black with #C68141

Text Example


Text Example

White with #C68141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68141; }

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

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

background-color css

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

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

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

border-color css

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

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

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