Html Css Color HEX #C68543 Peru

📋 copy color: '#C68543'

red 198 ◦ green 133 ◦ blue 67

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

Shades of Peru #C68543

Tints of Peru #C68543

RGB

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

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

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

R = 49.75%
G = 33.42%
B = 16.83%

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

#C68543 (or 0xC68543) is known color: Peru. HEX triplet: C6, 85 and 43. RGB value is (198,133,67). Sum of RGB (Red+Green+Blue) = 198+133+67=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C68543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68543 is #397ABC. Grayscale: #919191. Windows color (decimal): -3766973 or 4425158. OLE color: 4425158.

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

Color convert

RGB 198 133 67 -
CMYK 0 0.33 0.66 0.22
HSL 30.23º 0.53% 0.52% -
HSV(B) 30.23º 0.66% 0.78% -
XYZ 32.69 29.19 9.22 -
YUV 144.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 198 133 67 0 0.33 0.66 0.22 30.23 0.53 0.52
Hex C6 85 43 0 21 42 16 1E 35 34
Octal 306 205 103 0 41 102 26 36 65 64
Binary 11000110 10000101 1000011 0 100001 1000010 10110 11110 110101 110100

Color Harmonies of #C68543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68543

Black with #C68543

Text Example


Text Example

White with #C68543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68543; }

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

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

background-color css

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

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

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

border-color css

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

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

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