Html Css Color HEX #D68741 Peru

📋 copy color: '#D68741'

red 214 ◦ green 135 ◦ blue 65

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

Shades of Peru #D68741

Tints of Peru #D68741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 51.69%
G = 32.61%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D68741 (or 0xD68741) is known color: Peru. HEX triplet: D6, 87 and 41. RGB value is (214,135,65). Sum of RGB (Red+Green+Blue) = 214+135+65=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D68741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68741 is #2978BE. Grayscale: #979797. Windows color (decimal): -2717887 or 4294614. OLE color: 4294614.

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

Color convert

RGB 214 135 65 -
CMYK 0 0.37 0.70 0.16
HSL 28.19º 0.65% 0.55% -
HSV(B) 28.19º 0.7% 0.84% -
XYZ 37.35 32.01 9.21 -
YUV 150.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 214 135 65 0 0.37 0.70 0.16 28.19 0.65 0.55
Hex D6 87 41 0 25 46 10 1C 41 37
Octal 326 207 101 0 45 106 20 34 101 67
Binary 11010110 10000111 1000001 0 100101 1000110 10000 11100 1000001 110111

Color Harmonies of #D68741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68741

Black with #D68741

Text Example


Text Example

White with #D68741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68741; }

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

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

background-color css

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

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

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

border-color css

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

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

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