Html Css Color HEX #C68346 Peru

📋 copy color: '#C68346'

red 198 ◦ green 131 ◦ blue 70

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

Shades of Peru #C68346

Tints of Peru #C68346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 49.62%
G = 32.83%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68346 (or 0xC68346) is known color: Peru. HEX triplet: C6, 83 and 46. RGB value is (198,131,70). Sum of RGB (Red+Green+Blue) = 198+131+70=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68346 is #397CB9. Grayscale: #909090. Windows color (decimal): -3767482 or 4621254. OLE color: 4621254.

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

Color convert

RGB 198 131 70 -
CMYK 0 0.34 0.65 0.22
HSL 28.59º 0.53% 0.53% -
HSV(B) 28.59º 0.65% 0.78% -
XYZ 32.51 28.68 9.62 -
YUV 144.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 198 131 70 0 0.34 0.65 0.22 28.59 0.53 0.53
Hex C6 83 46 0 22 41 16 1D 35 35
Octal 306 203 106 0 42 101 26 35 65 65
Binary 11000110 10000011 1000110 0 100010 1000001 10110 11101 110101 110101

Color Harmonies of #C68346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68346

Black with #C68346

Text Example


Text Example

White with #C68346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68346; }

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

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

background-color css

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

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

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

border-color css

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

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

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