Html Css Color HEX #D68643 Peru

📋 copy color: '#D68643'

red 214 ◦ green 134 ◦ blue 67

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

Shades of Peru #D68643

Tints of Peru #D68643

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 67 (26.56% from 255) = 16.14%

R = 51.57%
G = 32.29%
B = 16.14%

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

#D68643 (or 0xD68643) is known color: Peru. HEX triplet: D6, 86 and 43. RGB value is (214,134,67). Sum of RGB (Red+Green+Blue) = 214+134+67=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D68643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68643 is #2979BC. Grayscale: #969696. Windows color (decimal): -2718141 or 4425430. OLE color: 4425430.

HSL color Cylindrical-coordinate representation of color #D68643: hue angle of 27.35º 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 #D68643 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 67 -
CMYK 0 0.37 0.69 0.16
HSL 27.35º 0.64% 0.55% -
HSV(B) 27.35º 0.69% 0.84% -
XYZ 37.27 31.75 9.47 -
YUV 150.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 214 134 67 0 0.37 0.69 0.16 27.35 0.64 0.55
Hex D6 86 43 0 25 45 10 1B 40 37
Octal 326 206 103 0 45 105 20 33 100 67
Binary 11010110 10000110 1000011 0 100101 1000101 10000 11011 1000000 110111

Color Harmonies of #D68643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68643

Black with #D68643

Text Example


Text Example

White with #D68643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68643; }

 p { color: rgb(214,134,67); }

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

background-color css

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

 a { background-color: rgb(214,134,67); }

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

border-color css

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

 span { border-color: rgb(214,134,67); }

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