Html Css Color HEX #C68643 Peru

📋 copy color: '#C68643'

red 198 ◦ green 134 ◦ blue 67

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

Shades of Peru #C68643

Tints of Peru #C68643

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 49.62%
G = 33.58%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C68643 (or 0xC68643) is known color: Peru. HEX triplet: C6, 86 and 43. RGB value is (198,134,67). Sum of RGB (Red+Green+Blue) = 198+134+67=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68643 is #3979BC. Grayscale: #919191. Windows color (decimal): -3766717 or 4425414. OLE color: 4425414.

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

Color convert

RGB 198 134 67 -
CMYK 0 0.32 0.66 0.22
HSL 30.69º 0.53% 0.52% -
HSV(B) 30.69º 0.66% 0.78% -
XYZ 32.83 29.46 9.27 -
YUV 145.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 198 134 67 0 0.32 0.66 0.22 30.69 0.53 0.52
Hex C6 86 43 0 20 42 16 1F 35 34
Octal 306 206 103 0 40 102 26 37 65 64
Binary 11000110 10000110 1000011 0 100000 1000010 10110 11111 110101 110100

Color Harmonies of #C68643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68643

Black with #C68643

Text Example


Text Example

White with #C68643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68643; }

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

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

background-color css

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

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

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

border-color css

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

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

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