Html Css Color HEX #D68638 Peru

📋 copy color: '#D68638'

red 214 ◦ green 134 ◦ blue 56

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

Shades of Peru #D68638

Tints of Peru #D68638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 52.97%
G = 33.17%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D68638 (or 0xD68638) is known color: Peru. HEX triplet: D6, 86 and 38. RGB value is (214,134,56). Sum of RGB (Red+Green+Blue) = 214+134+56=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68638 is #2979C7. Grayscale: #959595. Windows color (decimal): -2718152 or 3704534. OLE color: 3704534.

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

Color convert

RGB 214 134 56 -
CMYK 0 0.37 0.74 0.16
HSL 29.62º 0.66% 0.53% -
HSV(B) 29.62º 0.74% 0.84% -
XYZ 36.97 31.63 7.9 -
YUV 149.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 214 134 56 0 0.37 0.74 0.16 29.62 0.66 0.53
Hex D6 86 38 0 25 4A 10 1E 42 35
Octal 326 206 70 0 45 112 20 36 102 65
Binary 11010110 10000110 111000 0 100101 1001010 10000 11110 1000010 110101

Color Harmonies of #D68638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68638

Black with #D68638

Text Example


Text Example

White with #D68638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68638; }

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

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

background-color css

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

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

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

border-color css

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

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

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