Html Css Color HEX #C68549 Peru

📋 copy color: '#C68549'

red 198 ◦ green 133 ◦ blue 73

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

Shades of Peru #C68549

Tints of Peru #C68549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 49.01%
G = 32.92%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68549 (or 0xC68549) is known color: Peru. HEX triplet: C6, 85 and 49. RGB value is (198,133,73). Sum of RGB (Red+Green+Blue) = 198+133+73=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C68549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68549 is #397AB6. Grayscale: #919191. Windows color (decimal): -3766967 or 4818374. OLE color: 4818374.

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

Color convert

RGB 198 133 73 -
CMYK 0 0.33 0.63 0.22
HSL 28.8º 0.52% 0.53% -
HSV(B) 28.8º 0.63% 0.78% -
XYZ 32.88 29.26 10.22 -
YUV 145.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 198 133 73 0 0.33 0.63 0.22 28.8 0.52 0.53
Hex C6 85 49 0 21 3F 16 1D 34 35
Octal 306 205 111 0 41 77 26 35 64 65
Binary 11000110 10000101 1001001 0 100001 111111 10110 11101 110100 110101

Color Harmonies of #C68549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68549

Black with #C68549

Text Example


Text Example

White with #C68549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68549; }

 p { color: rgb(198,133,73); }

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

background-color css

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

 a { background-color: rgb(198,133,73); }

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

border-color css

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

 span { border-color: rgb(198,133,73); }

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