Html Css Color HEX #C68546 Peru

📋 copy color: '#C68546'

red 198 ◦ green 133 ◦ blue 70

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

Shades of Peru #C68546

Tints of Peru #C68546

RGB

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

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

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

R = 49.38%
G = 33.17%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68546 (or 0xC68546) is known color: Peru. HEX triplet: C6, 85 and 46. RGB value is (198,133,70). Sum of RGB (Red+Green+Blue) = 198+133+70=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C68546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68546 is #397AB9. Grayscale: #919191. Windows color (decimal): -3766970 or 4621766. OLE color: 4621766.

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

Color convert

RGB 198 133 70 -
CMYK 0 0.33 0.65 0.22
HSL 29.53º 0.53% 0.53% -
HSV(B) 29.53º 0.65% 0.78% -
XYZ 32.78 29.22 9.71 -
YUV 145.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 198 133 70 0 0.33 0.65 0.22 29.53 0.53 0.53
Hex C6 85 46 0 21 41 16 1E 35 35
Octal 306 205 106 0 41 101 26 36 65 65
Binary 11000110 10000101 1000110 0 100001 1000001 10110 11110 110101 110101

Color Harmonies of #C68546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68546

Black with #C68546

Text Example


Text Example

White with #C68546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68546; }

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

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

background-color css

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

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

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

border-color css

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

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

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