Html Css Color HEX #C6823D Peru

📋 copy color: '#C6823D'

red 198 ◦ green 130 ◦ blue 61

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

Shades of Peru #C6823D

Tints of Peru #C6823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 50.9%
G = 33.42%
B = 15.68%

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

#C6823D (or 0xC6823D) is known color: Peru. HEX triplet: C6, 82 and 3D. RGB value is (198,130,61). Sum of RGB (Red+Green+Blue) = 198+130+61=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6823D is #397DC2. Grayscale: #8E8E8E. Windows color (decimal): -3767747 or 4031174. OLE color: 4031174.

HSL color Cylindrical-coordinate representation of color #C6823D: hue angle of 30.22º degrees, saturation: 0.55, 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 #C6823D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 61 -
CMYK 0 0.34 0.69 0.22
HSL 30.22º 0.55% 0.51% -
HSV(B) 30.22º 0.69% 0.78% -
XYZ 32.11 28.31 8.19 -
YUV 142.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 198 130 61 0 0.34 0.69 0.22 30.22 0.55 0.51
Hex C6 82 3D 0 22 45 16 1E 37 33
Octal 306 202 75 0 42 105 26 36 67 63
Binary 11000110 10000010 111101 0 100010 1000101 10110 11110 110111 110011

Color Harmonies of #C6823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6823D

Black with #C6823D

Text Example


Text Example

White with #C6823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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