Html Css Color HEX #C68743 Peru

📋 copy color: '#C68743'

red 198 ◦ green 135 ◦ blue 67

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

Shades of Peru #C68743

Tints of Peru #C68743

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 67 (26.56% from 255) = 16.75%

R = 49.5%
G = 33.75%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C68743 (or 0xC68743) is known color: Peru. HEX triplet: C6, 87 and 43. RGB value is (198,135,67). Sum of RGB (Red+Green+Blue) = 198+135+67=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68743 is #3978BC. Grayscale: #929292. Windows color (decimal): -3766461 or 4425670. OLE color: 4425670.

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

Color convert

RGB 198 135 67 -
CMYK 0 0.32 0.66 0.22
HSL 31.15º 0.53% 0.52% -
HSV(B) 31.15º 0.66% 0.78% -
XYZ 32.97 29.74 9.31 -
YUV 146.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 198 135 67 0 0.32 0.66 0.22 31.15 0.53 0.52
Hex C6 87 43 0 20 42 16 1F 35 34
Octal 306 207 103 0 40 102 26 37 65 64
Binary 11000110 10000111 1000011 0 100000 1000010 10110 11111 110101 110100

Color Harmonies of #C68743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68743

Black with #C68743

Text Example


Text Example

White with #C68743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68743; }

 p { color: rgb(198,135,67); }

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

background-color css

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

 a { background-color: rgb(198,135,67); }

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

border-color css

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

 span { border-color: rgb(198,135,67); }

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