Html Css Color HEX #C6874C Peru

📋 copy color: '#C6874C'

red 198 ◦ green 135 ◦ blue 76

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

Shades of Peru #C6874C

Tints of Peru #C6874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 48.41%
G = 33.01%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6874C (or 0xC6874C) is known color: Peru. HEX triplet: C6, 87 and 4C. RGB value is (198,135,76). Sum of RGB (Red+Green+Blue) = 198+135+76=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6874C is #3978B3. Grayscale: #939393. Windows color (decimal): -3766452 or 5015494. OLE color: 5015494.

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

Color convert

RGB 198 135 76 -
CMYK 0 0.32 0.62 0.22
HSL 29.02º 0.52% 0.54% -
HSV(B) 29.02º 0.62% 0.78% -
XYZ 33.26 29.86 10.85 -
YUV 147.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 198 135 76 0 0.32 0.62 0.22 29.02 0.52 0.54
Hex C6 87 4C 0 20 3E 16 1D 34 36
Octal 306 207 114 0 40 76 26 35 64 66
Binary 11000110 10000111 1001100 0 100000 111110 10110 11101 110100 110110

Color Harmonies of #C6874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6874C

Black with #C6874C

Text Example


Text Example

White with #C6874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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