Html Css Color HEX #C68845 Peru

📋 copy color: '#C68845'

red 198 ◦ green 136 ◦ blue 69

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

Shades of Peru #C68845

Tints of Peru #C68845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 49.13%
G = 33.75%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68845 (or 0xC68845) is known color: Peru. HEX triplet: C6, 88 and 45. RGB value is (198,136,69). Sum of RGB (Red+Green+Blue) = 198+136+69=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C68845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68845 is #3977BA. Grayscale: #939393. Windows color (decimal): -3766203 or 4556998. OLE color: 4556998.

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

Color convert

RGB 198 136 69 -
CMYK 0 0.31 0.65 0.22
HSL 31.16º 0.53% 0.52% -
HSV(B) 31.16º 0.65% 0.78% -
XYZ 33.17 30.04 9.68 -
YUV 146.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 198 136 69 0 0.31 0.65 0.22 31.16 0.53 0.52
Hex C6 88 45 0 1F 41 16 1F 35 34
Octal 306 210 105 0 37 101 26 37 65 64
Binary 11000110 10001000 1000101 0 11111 1000001 10110 11111 110101 110100

Color Harmonies of #C68845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68845

Black with #C68845

Text Example


Text Example

White with #C68845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68845; }

 p { color: rgb(198,136,69); }

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

background-color css

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

 a { background-color: rgb(198,136,69); }

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

border-color css

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

 span { border-color: rgb(198,136,69); }

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