Html Css Color HEX #C68441 Peru

📋 copy color: '#C68441'

red 198 ◦ green 132 ◦ blue 65

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

Shades of Peru #C68441

Tints of Peru #C68441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 50.13%
G = 33.42%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C68441 (or 0xC68441) is known color: Peru. HEX triplet: C6, 84 and 41. RGB value is (198,132,65). Sum of RGB (Red+Green+Blue) = 198+132+65=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C68441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68441 is #397BBE. Grayscale: #909090. Windows color (decimal): -3767231 or 4293830. OLE color: 4293830.

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

Color convert

RGB 198 132 65 -
CMYK 0 0.33 0.67 0.22
HSL 30.23º 0.54% 0.52% -
HSV(B) 30.23º 0.67% 0.78% -
XYZ 32.49 28.89 8.86 -
YUV 144.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 198 132 65 0 0.33 0.67 0.22 30.23 0.54 0.52
Hex C6 84 41 0 21 43 16 1E 36 34
Octal 306 204 101 0 41 103 26 36 66 64
Binary 11000110 10000100 1000001 0 100001 1000011 10110 11110 110110 110100

Color Harmonies of #C68441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68441

Black with #C68441

Text Example


Text Example

White with #C68441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68441; }

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

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

background-color css

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

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

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

border-color css

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

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

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