Html Css Color HEX #C68747 Peru

📋 copy color: '#C68747'

red 198 ◦ green 135 ◦ blue 71

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

Shades of Peru #C68747

Tints of Peru #C68747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 49.01%
G = 33.42%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C68747 (or 0xC68747) is known color: Peru. HEX triplet: C6, 87 and 47. RGB value is (198,135,71). Sum of RGB (Red+Green+Blue) = 198+135+71=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C68747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68747 is #3978B8. Grayscale: #929292. Windows color (decimal): -3766457 or 4687814. OLE color: 4687814.

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

Color convert

RGB 198 135 71 -
CMYK 0 0.32 0.64 0.22
HSL 30.24º 0.53% 0.53% -
HSV(B) 30.24º 0.64% 0.78% -
XYZ 33.09 29.79 9.97 -
YUV 146.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 198 135 71 0 0.32 0.64 0.22 30.24 0.53 0.53
Hex C6 87 47 0 20 40 16 1E 35 35
Octal 306 207 107 0 40 100 26 36 65 65
Binary 11000110 10000111 1000111 0 100000 1000000 10110 11110 110101 110101

Color Harmonies of #C68747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68747

Black with #C68747

Text Example


Text Example

White with #C68747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68747; }

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

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

background-color css

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

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

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

border-color css

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

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

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