Html Css Color HEX #C6874B Peru

📋 copy color: '#C6874B'

red 198 ◦ green 135 ◦ blue 75

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

Shades of Peru #C6874B

Tints of Peru #C6874B

RGB

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

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

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

R = 48.53%
G = 33.09%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6874B (or 0xC6874B) is known color: Peru. HEX triplet: C6, 87 and 4B. RGB value is (198,135,75). Sum of RGB (Red+Green+Blue) = 198+135+75=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6874B is #3978B4. Grayscale: #939393. Windows color (decimal): -3766453 or 4949958. OLE color: 4949958.

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

Color convert

RGB 198 135 75 -
CMYK 0 0.32 0.62 0.22
HSL 29.27º 0.52% 0.54% -
HSV(B) 29.27º 0.62% 0.78% -
XYZ 33.22 29.84 10.67 -
YUV 147 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 198 135 75 0 0.32 0.62 0.22 29.27 0.52 0.54
Hex C6 87 4B 0 20 3E 16 1D 34 36
Octal 306 207 113 0 40 76 26 35 64 66
Binary 11000110 10000111 1001011 0 100000 111110 10110 11101 110100 110110

Color Harmonies of #C6874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6874B

Black with #C6874B

Text Example


Text Example

White with #C6874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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