Html Css Color HEX #C6834B Peru

📋 copy color: '#C6834B'

red 198 ◦ green 131 ◦ blue 75

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

Shades of Peru #C6834B

Tints of Peru #C6834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 49.01%
G = 32.43%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6834B (or 0xC6834B) is known color: Peru. HEX triplet: C6, 83 and 4B. RGB value is (198,131,75). Sum of RGB (Red+Green+Blue) = 198+131+75=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6834B is #397CB4. Grayscale: #909090. Windows color (decimal): -3767477 or 4948934. OLE color: 4948934.

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

Color convert

RGB 198 131 75 -
CMYK 0 0.34 0.62 0.22
HSL 27.32º 0.52% 0.54% -
HSV(B) 27.32º 0.62% 0.78% -
XYZ 32.68 28.75 10.48 -
YUV 144.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 198 131 75 0 0.34 0.62 0.22 27.32 0.52 0.54
Hex C6 83 4B 0 22 3E 16 1B 34 36
Octal 306 203 113 0 42 76 26 33 64 66
Binary 11000110 10000011 1001011 0 100010 111110 10110 11011 110100 110110

Color Harmonies of #C6834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6834B

Black with #C6834B

Text Example


Text Example

White with #C6834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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