Html Css Color HEX #C6864B Peru

📋 copy color: '#C6864B'

red 198 ◦ green 134 ◦ blue 75

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

Shades of Peru #C6864B

Tints of Peru #C6864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 48.65%
G = 32.92%
B = 18.43%

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

#C6864B (or 0xC6864B) is known color: Peru. HEX triplet: C6, 86 and 4B. RGB value is (198,134,75). Sum of RGB (Red+Green+Blue) = 198+134+75=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6864B is #3979B4. Grayscale: #929292. Windows color (decimal): -3766709 or 4949702. OLE color: 4949702.

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

Color convert

RGB 198 134 75 -
CMYK 0 0.32 0.62 0.22
HSL 28.78º 0.52% 0.54% -
HSV(B) 28.78º 0.62% 0.78% -
XYZ 33.08 29.56 10.62 -
YUV 146.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 198 134 75 0 0.32 0.62 0.22 28.78 0.52 0.54
Hex C6 86 4B 0 20 3E 16 1D 34 36
Octal 306 206 113 0 40 76 26 35 64 66
Binary 11000110 10000110 1001011 0 100000 111110 10110 11101 110100 110110

Color Harmonies of #C6864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6864B

Black with #C6864B

Text Example


Text Example

White with #C6864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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