Html Css Color HEX #D68C3F Peru

📋 copy color: '#D68C3F'

red 214 ◦ green 140 ◦ blue 63

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

Shades of Peru #D68C3F

Tints of Peru #D68C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 63 (25% from 255) = 15.11%

R = 51.32%
G = 33.57%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D68C3F (or 0xD68C3F) is known color: Peru. HEX triplet: D6, 8C and 3F. RGB value is (214,140,63). Sum of RGB (Red+Green+Blue) = 214+140+63=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C3F is #2973C0. Grayscale: #999999. Windows color (decimal): -2716609 or 4164822. OLE color: 4164822.

HSL color Cylindrical-coordinate representation of color #D68C3F: hue angle of 30.6º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D68C3F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 63 -
CMYK 0 0.35 0.71 0.16
HSL 30.6º 0.65% 0.54% -
HSV(B) 30.6º 0.71% 0.84% -
XYZ 38.01 33.41 9.15 -
YUV 153.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 214 140 63 0 0.35 0.71 0.16 30.6 0.65 0.54
Hex D6 8C 3F 0 23 47 10 1F 41 36
Octal 326 214 77 0 43 107 20 37 101 66
Binary 11010110 10001100 111111 0 100011 1000111 10000 11111 1000001 110110

Color Harmonies of #D68C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C3F

Black with #D68C3F

Text Example


Text Example

White with #D68C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C3F; }

 p { color: rgb(214,140,63); }

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

background-color css

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

 a { background-color: rgb(214,140,63); }

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

border-color css

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

 span { border-color: rgb(214,140,63); }

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