Html Css Color HEX #C6844D Peru

📋 copy color: '#C6844D'

red 198 ◦ green 132 ◦ blue 77

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

Shades of Peru #C6844D

Tints of Peru #C6844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 77 (30.47% from 255) = 18.92%

R = 48.65%
G = 32.43%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6844D (or 0xC6844D) is known color: Peru. HEX triplet: C6, 84 and 4D. RGB value is (198,132,77). Sum of RGB (Red+Green+Blue) = 198+132+77=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6844D is #397BB2. Grayscale: #919191. Windows color (decimal): -3767219 or 5080262. OLE color: 5080262.

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

Color convert

RGB 198 132 77 -
CMYK 0 0.33 0.61 0.22
HSL 27.27º 0.51% 0.54% -
HSV(B) 27.27º 0.61% 0.78% -
XYZ 32.88 29.04 10.89 -
YUV 145.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 198 132 77 0 0.33 0.61 0.22 27.27 0.51 0.54
Hex C6 84 4D 0 21 3D 16 1B 33 36
Octal 306 204 115 0 41 75 26 33 63 66
Binary 11000110 10000100 1001101 0 100001 111101 10110 11011 110011 110110

Color Harmonies of #C6844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6844D

Black with #C6844D

Text Example


Text Example

White with #C6844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6844D; }

 p { color: rgb(198,132,77); }

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

background-color css

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

 a { background-color: rgb(198,132,77); }

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

border-color css

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

 span { border-color: rgb(198,132,77); }

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