Html Css Color HEX #D68742 Peru

📋 copy color: '#D68742'

red 214 ◦ green 135 ◦ blue 66

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

Shades of Peru #D68742

Tints of Peru #D68742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 51.57%
G = 32.53%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D68742 (or 0xD68742) is known color: Peru. HEX triplet: D6, 87 and 42. RGB value is (214,135,66). Sum of RGB (Red+Green+Blue) = 214+135+66=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D68742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68742 is #2978BD. Grayscale: #979797. Windows color (decimal): -2717886 or 4360150. OLE color: 4360150.

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

Color convert

RGB 214 135 66 -
CMYK 0 0.37 0.69 0.16
HSL 27.97º 0.64% 0.55% -
HSV(B) 27.97º 0.69% 0.84% -
XYZ 37.38 32.02 9.36 -
YUV 150.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 214 135 66 0 0.37 0.69 0.16 27.97 0.64 0.55
Hex D6 87 42 0 25 45 10 1C 40 37
Octal 326 207 102 0 45 105 20 34 100 67
Binary 11010110 10000111 1000010 0 100101 1000101 10000 11100 1000000 110111

Color Harmonies of #D68742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68742

Black with #D68742

Text Example


Text Example

White with #D68742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68742; }

 p { color: rgb(214,135,66); }

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

background-color css

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

 a { background-color: rgb(214,135,66); }

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

border-color css

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

 span { border-color: rgb(214,135,66); }

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