Html Css Color HEX #C6884B Peru

📋 copy color: '#C6884B'

red 198 ◦ green 136 ◦ blue 75

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

Shades of Peru #C6884B

Tints of Peru #C6884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 48.41%
G = 33.25%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6884B (or 0xC6884B) is known color: Peru. HEX triplet: C6, 88 and 4B. RGB value is (198,136,75). Sum of RGB (Red+Green+Blue) = 198+136+75=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6884B is #3977B4. Grayscale: #939393. Windows color (decimal): -3766197 or 4950214. OLE color: 4950214.

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

Color convert

RGB 198 136 75 -
CMYK 0 0.31 0.62 0.22
HSL 29.76º 0.52% 0.54% -
HSV(B) 29.76º 0.62% 0.78% -
XYZ 33.36 30.12 10.71 -
YUV 147.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 198 136 75 0 0.31 0.62 0.22 29.76 0.52 0.54
Hex C6 88 4B 0 1F 3E 16 1E 34 36
Octal 306 210 113 0 37 76 26 36 64 66
Binary 11000110 10001000 1001011 0 11111 111110 10110 11110 110100 110110

Color Harmonies of #C6884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6884B

Black with #C6884B

Text Example


Text Example

White with #C6884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6884B; }

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

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

background-color css

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

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

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

border-color css

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

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

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