Html Css Color HEX #C68644 Peru

📋 copy color: '#C68644'

red 198 ◦ green 134 ◦ blue 68

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

Shades of Peru #C68644

Tints of Peru #C68644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17%

R = 49.5%
G = 33.5%
B = 17%

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

#C68644 (or 0xC68644) is known color: Peru. HEX triplet: C6, 86 and 44. RGB value is (198,134,68). Sum of RGB (Red+Green+Blue) = 198+134+68=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68644 is #3979BB. Grayscale: #919191. Windows color (decimal): -3766716 or 4490950. OLE color: 4490950.

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

Color convert

RGB 198 134 68 -
CMYK 0 0.32 0.66 0.22
HSL 30.46º 0.53% 0.52% -
HSV(B) 30.46º 0.66% 0.78% -
XYZ 32.86 29.47 9.43 -
YUV 145.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 198 134 68 0 0.32 0.66 0.22 30.46 0.53 0.52
Hex C6 86 44 0 20 42 16 1E 35 34
Octal 306 206 104 0 40 102 26 36 65 64
Binary 11000110 10000110 1000100 0 100000 1000010 10110 11110 110101 110100

Color Harmonies of #C68644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68644

Black with #C68644

Text Example


Text Example

White with #C68644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68644; }

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

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

background-color css

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

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

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

border-color css

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

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

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