Html Css Color HEX #C68347 Peru

📋 copy color: '#C68347'

red 198 ◦ green 131 ◦ blue 71

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

Shades of Peru #C68347

Tints of Peru #C68347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 49.5%
G = 32.75%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C68347 (or 0xC68347) is known color: Peru. HEX triplet: C6, 83 and 47. RGB value is (198,131,71). Sum of RGB (Red+Green+Blue) = 198+131+71=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68347 is #397CB8. Grayscale: #909090. Windows color (decimal): -3767481 or 4686790. OLE color: 4686790.

HSL color Cylindrical-coordinate representation of color #C68347: hue angle of 28.35º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C68347 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 71 -
CMYK 0 0.34 0.64 0.22
HSL 28.35º 0.53% 0.53% -
HSV(B) 28.35º 0.64% 0.78% -
XYZ 32.54 28.69 9.78 -
YUV 144.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 198 131 71 0 0.34 0.64 0.22 28.35 0.53 0.53
Hex C6 83 47 0 22 40 16 1C 35 35
Octal 306 203 107 0 42 100 26 34 65 65
Binary 11000110 10000011 1000111 0 100010 1000000 10110 11100 110101 110101

Color Harmonies of #C68347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68347

Black with #C68347

Text Example


Text Example

White with #C68347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68347; }

 p { color: rgb(198,131,71); }

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

background-color css

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

 a { background-color: rgb(198,131,71); }

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

border-color css

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

 span { border-color: rgb(198,131,71); }

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