Html Css Color HEX #C68741 Peru

📋 copy color: '#C68741'

red 198 ◦ green 135 ◦ blue 65

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

Shades of Peru #C68741

Tints of Peru #C68741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

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

R = 49.75%
G = 33.92%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C68741 (or 0xC68741) is known color: Peru. HEX triplet: C6, 87 and 41. RGB value is (198,135,65). Sum of RGB (Red+Green+Blue) = 198+135+65=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C68741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68741 is #3978BE. Grayscale: #929292. Windows color (decimal): -3766463 or 4294598. OLE color: 4294598.

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

Color convert

RGB 198 135 65 -
CMYK 0 0.32 0.67 0.22
HSL 31.58º 0.54% 0.52% -
HSV(B) 31.58º 0.67% 0.78% -
XYZ 32.91 29.72 9 -
YUV 145.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 198 135 65 0 0.32 0.67 0.22 31.58 0.54 0.52
Hex C6 87 41 0 20 43 16 20 36 34
Octal 306 207 101 0 40 103 26 40 66 64
Binary 11000110 10000111 1000001 0 100000 1000011 10110 100000 110110 110100

Color Harmonies of #C68741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68741

Black with #C68741

Text Example


Text Example

White with #C68741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68741; }

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

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

background-color css

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

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

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

border-color css

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

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

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