Html Css Color HEX #C6844A Peru

📋 copy color: '#C6844A'

red 198 ◦ green 132 ◦ blue 74

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

Shades of Peru #C6844A

Tints of Peru #C6844A

RGB

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

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

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

R = 49.01%
G = 32.67%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6844A (or 0xC6844A) is known color: Peru. HEX triplet: C6, 84 and 4A. RGB value is (198,132,74). Sum of RGB (Red+Green+Blue) = 198+132+74=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6844A is #397BB5. Grayscale: #919191. Windows color (decimal): -3767222 or 4883654. OLE color: 4883654.

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

Color convert

RGB 198 132 74 -
CMYK 0 0.33 0.63 0.22
HSL 28.06º 0.52% 0.53% -
HSV(B) 28.06º 0.63% 0.78% -
XYZ 32.78 29 10.35 -
YUV 145.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 198 132 74 0 0.33 0.63 0.22 28.06 0.52 0.53
Hex C6 84 4A 0 21 3F 16 1C 34 35
Octal 306 204 112 0 41 77 26 34 64 65
Binary 11000110 10000100 1001010 0 100001 111111 10110 11100 110100 110101

Color Harmonies of #C6844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6844A

Black with #C6844A

Text Example


Text Example

White with #C6844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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