Html Css Color HEX #D68845 Peru

📋 copy color: '#D68845'

red 214 ◦ green 136 ◦ blue 69

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

Shades of Peru #D68845

Tints of Peru #D68845

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

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

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 51.07%
G = 32.46%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D68845 (or 0xD68845) is known color: Peru. HEX triplet: D6, 88 and 45. RGB value is (214,136,69). Sum of RGB (Red+Green+Blue) = 214+136+69=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D68845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68845 is #2977BA. Grayscale: #989898. Windows color (decimal): -2717627 or 4557014. OLE color: 4557014.

HSL color Cylindrical-coordinate representation of color #D68845: hue angle of 27.72º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D68845 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 69 -
CMYK 0 0.36 0.68 0.16
HSL 27.72º 0.64% 0.55% -
HSV(B) 27.72º 0.68% 0.84% -
XYZ 37.61 32.33 9.89 -
YUV 151.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 214 136 69 0 0.36 0.68 0.16 27.72 0.64 0.55
Hex D6 88 45 0 24 44 10 1C 40 37
Octal 326 210 105 0 44 104 20 34 100 67
Binary 11010110 10001000 1000101 0 100100 1000100 10000 11100 1000000 110111

Color Harmonies of #D68845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68845

Black with #D68845

Text Example


Text Example

White with #D68845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68845; }

 p { color: rgb(214,136,69); }

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

background-color css

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

 a { background-color: rgb(214,136,69); }

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

border-color css

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

 span { border-color: rgb(214,136,69); }

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