Html Css Color HEX #D68944 Peru

📋 copy color: '#D68944'

red 214 ◦ green 137 ◦ blue 68

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

Shades of Peru #D68944

Tints of Peru #D68944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 51.07%
G = 32.7%
B = 16.23%

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

#D68944 (or 0xD68944) is known color: Peru. HEX triplet: D6, 89 and 44. RGB value is (214,137,68). Sum of RGB (Red+Green+Blue) = 214+137+68=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D68944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68944 is #2976BB. Grayscale: #989898. Windows color (decimal): -2717372 or 4491734. OLE color: 4491734.

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

Color convert

RGB 214 137 68 -
CMYK 0 0.36 0.68 0.16
HSL 28.36º 0.64% 0.55% -
HSV(B) 28.36º 0.68% 0.84% -
XYZ 37.72 32.6 9.77 -
YUV 152.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 214 137 68 0 0.36 0.68 0.16 28.36 0.64 0.55
Hex D6 89 44 0 24 44 10 1C 40 37
Octal 326 211 104 0 44 104 20 34 100 67
Binary 11010110 10001001 1000100 0 100100 1000100 10000 11100 1000000 110111

Color Harmonies of #D68944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68944

Black with #D68944

Text Example


Text Example

White with #D68944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68944; }

 p { color: rgb(214,137,68); }

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

background-color css

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

 a { background-color: rgb(214,137,68); }

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

border-color css

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

 span { border-color: rgb(214,137,68); }

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