Html Css Color HEX #C6884A Peru

📋 copy color: '#C6884A'

red 198 ◦ green 136 ◦ blue 74

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

Shades of Peru #C6884A

Tints of Peru #C6884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 48.53%
G = 33.33%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6884A (or 0xC6884A) is known color: Peru. HEX triplet: C6, 88 and 4A. RGB value is (198,136,74). Sum of RGB (Red+Green+Blue) = 198+136+74=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6884A is #3977B5. Grayscale: #939393. Windows color (decimal): -3766198 or 4884678. OLE color: 4884678.

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

Color convert

RGB 198 136 74 -
CMYK 0 0.31 0.63 0.22
HSL 30º 0.52% 0.53% -
HSV(B) 30º 0.63% 0.78% -
XYZ 33.33 30.11 10.53 -
YUV 147.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 198 136 74 0 0.31 0.63 0.22 30 0.52 0.53
Hex C6 88 4A 0 1F 3F 16 1E 34 35
Octal 306 210 112 0 37 77 26 36 64 65
Binary 11000110 10001000 1001010 0 11111 111111 10110 11110 110100 110101

Color Harmonies of #C6884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6884A

Black with #C6884A

Text Example


Text Example

White with #C6884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6884A; }

 p { color: rgb(198,136,74); }

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

background-color css

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

 a { background-color: rgb(198,136,74); }

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

border-color css

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

 span { border-color: rgb(198,136,74); }

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