Html Css Color HEX #C6833D Peru

📋 copy color: '#C6833D'

red 198 ◦ green 131 ◦ blue 61

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

Shades of Peru #C6833D

Tints of Peru #C6833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 50.77%
G = 33.59%
B = 15.64%

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

#C6833D (or 0xC6833D) is known color: Peru. HEX triplet: C6, 83 and 3D. RGB value is (198,131,61). Sum of RGB (Red+Green+Blue) = 198+131+61=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6833D is #397CC2. Grayscale: #8F8F8F. Windows color (decimal): -3767491 or 4031430. OLE color: 4031430.

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

Color convert

RGB 198 131 61 -
CMYK 0 0.34 0.69 0.22
HSL 30.66º 0.55% 0.51% -
HSV(B) 30.66º 0.69% 0.78% -
XYZ 32.25 28.58 8.23 -
YUV 143.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 198 131 61 0 0.34 0.69 0.22 30.66 0.55 0.51
Hex C6 83 3D 0 22 45 16 1F 37 33
Octal 306 203 75 0 42 105 26 37 67 63
Binary 11000110 10000011 111101 0 100010 1000101 10110 11111 110111 110011

Color Harmonies of #C6833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6833D

Black with #C6833D

Text Example


Text Example

White with #C6833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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