Html Css Color HEX #C68745 Peru

📋 copy color: '#C68745'

red 198 ◦ green 135 ◦ blue 69

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

Shades of Peru #C68745

Tints of Peru #C68745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 49.25%
G = 33.58%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68745 (or 0xC68745) is known color: Peru. HEX triplet: C6, 87 and 45. RGB value is (198,135,69). Sum of RGB (Red+Green+Blue) = 198+135+69=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68745 is #3978BA. Grayscale: #929292. Windows color (decimal): -3766459 or 4556742. OLE color: 4556742.

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

Color convert

RGB 198 135 69 -
CMYK 0 0.32 0.65 0.22
HSL 30.7º 0.53% 0.52% -
HSV(B) 30.7º 0.65% 0.78% -
XYZ 33.03 29.76 9.63 -
YUV 146.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 198 135 69 0 0.32 0.65 0.22 30.7 0.53 0.52
Hex C6 87 45 0 20 41 16 1F 35 34
Octal 306 207 105 0 40 101 26 37 65 64
Binary 11000110 10000111 1000101 0 100000 1000001 10110 11111 110101 110100

Color Harmonies of #C68745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68745

Black with #C68745

Text Example


Text Example

White with #C68745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68745; }

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

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

background-color css

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

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

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

border-color css

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

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

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