Html Css Color HEX #C6823E Peru

📋 copy color: '#C6823E'

red 198 ◦ green 130 ◦ blue 62

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

Shades of Peru #C6823E

Tints of Peru #C6823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 50.77%
G = 33.33%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6823E (or 0xC6823E) is known color: Peru. HEX triplet: C6, 82 and 3E. RGB value is (198,130,62). Sum of RGB (Red+Green+Blue) = 198+130+62=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6823E is #397DC1. Grayscale: #8E8E8E. Windows color (decimal): -3767746 or 4096710. OLE color: 4096710.

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

Color convert

RGB 198 130 62 -
CMYK 0 0.34 0.69 0.22
HSL 30º 0.54% 0.51% -
HSV(B) 30º 0.69% 0.78% -
XYZ 32.14 28.32 8.33 -
YUV 142.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 198 130 62 0 0.34 0.69 0.22 30 0.54 0.51
Hex C6 82 3E 0 22 45 16 1E 36 33
Octal 306 202 76 0 42 105 26 36 66 63
Binary 11000110 10000010 111110 0 100010 1000101 10110 11110 110110 110011

Color Harmonies of #C6823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6823E

Black with #C6823E

Text Example


Text Example

White with #C6823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6823E; }

 p { color: rgb(198,130,62); }

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

background-color css

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

 a { background-color: rgb(198,130,62); }

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

border-color css

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

 span { border-color: rgb(198,130,62); }

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