Html Css Color HEX #C6863C Peru

📋 copy color: '#C6863C'

red 198 ◦ green 134 ◦ blue 60

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

Shades of Peru #C6863C

Tints of Peru #C6863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 50.51%
G = 34.18%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6863C (or 0xC6863C) is known color: Peru. HEX triplet: C6, 86 and 3C. RGB value is (198,134,60). Sum of RGB (Red+Green+Blue) = 198+134+60=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6863C is #3979C3. Grayscale: #919191. Windows color (decimal): -3766724 or 3966662. OLE color: 3966662.

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

Color convert

RGB 198 134 60 -
CMYK 0 0.32 0.70 0.22
HSL 32.17º 0.55% 0.51% -
HSV(B) 32.17º 0.7% 0.78% -
XYZ 32.63 29.38 8.23 -
YUV 144.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 198 134 60 0 0.32 0.70 0.22 32.17 0.55 0.51
Hex C6 86 3C 0 20 46 16 20 37 33
Octal 306 206 74 0 40 106 26 40 67 63
Binary 11000110 10000110 111100 0 100000 1000110 10110 100000 110111 110011

Color Harmonies of #C6863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6863C

Black with #C6863C

Text Example


Text Example

White with #C6863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6863C; }

 p { color: rgb(198,134,60); }

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

background-color css

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

 a { background-color: rgb(198,134,60); }

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

border-color css

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

 span { border-color: rgb(198,134,60); }

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