Html Css Color HEX #C68443 Peru

📋 copy color: '#C68443'

red 198 ◦ green 132 ◦ blue 67

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

Shades of Peru #C68443

Tints of Peru #C68443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 49.87%
G = 33.25%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C68443 (or 0xC68443) is known color: Peru. HEX triplet: C6, 84 and 43. RGB value is (198,132,67). Sum of RGB (Red+Green+Blue) = 198+132+67=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68443 is #397BBC. Grayscale: #909090. Windows color (decimal): -3767229 or 4424902. OLE color: 4424902.

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

Color convert

RGB 198 132 67 -
CMYK 0 0.33 0.66 0.22
HSL 29.77º 0.53% 0.52% -
HSV(B) 29.77º 0.66% 0.78% -
XYZ 32.55 28.91 9.18 -
YUV 144.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 198 132 67 0 0.33 0.66 0.22 29.77 0.53 0.52
Hex C6 84 43 0 21 42 16 1E 35 34
Octal 306 204 103 0 41 102 26 36 65 64
Binary 11000110 10000100 1000011 0 100001 1000010 10110 11110 110101 110100

Color Harmonies of #C68443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68443

Black with #C68443

Text Example


Text Example

White with #C68443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68443; }

 p { color: rgb(198,132,67); }

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

background-color css

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

 a { background-color: rgb(198,132,67); }

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

border-color css

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

 span { border-color: rgb(198,132,67); }

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