Html Css Color HEX #C6874A Peru

📋 copy color: '#C6874A'

red 198 ◦ green 135 ◦ blue 74

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

Shades of Peru #C6874A

Tints of Peru #C6874A

RGB

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

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

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

R = 48.65%
G = 33.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6874A (or 0xC6874A) is known color: Peru. HEX triplet: C6, 87 and 4A. RGB value is (198,135,74). Sum of RGB (Red+Green+Blue) = 198+135+74=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6874A is #3978B5. Grayscale: #939393. Windows color (decimal): -3766454 or 4884422. OLE color: 4884422.

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

Color convert

RGB 198 135 74 -
CMYK 0 0.32 0.63 0.22
HSL 29.52º 0.52% 0.53% -
HSV(B) 29.52º 0.63% 0.78% -
XYZ 33.19 29.83 10.49 -
YUV 146.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 198 135 74 0 0.32 0.63 0.22 29.52 0.52 0.53
Hex C6 87 4A 0 20 3F 16 1E 34 35
Octal 306 207 112 0 40 77 26 36 64 65
Binary 11000110 10000111 1001010 0 100000 111111 10110 11110 110100 110101

Color Harmonies of #C6874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6874A

Black with #C6874A

Text Example


Text Example

White with #C6874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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