Html Css Color HEX #D6893D Peru

📋 copy color: '#D6893D'

red 214 ◦ green 137 ◦ blue 61

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

Shades of Peru #D6893D

Tints of Peru #D6893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 51.94%
G = 33.25%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6893D (or 0xD6893D) is known color: Peru. HEX triplet: D6, 89 and 3D. RGB value is (214,137,61). Sum of RGB (Red+Green+Blue) = 214+137+61=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6893D is #2976C2. Grayscale: #979797. Windows color (decimal): -2717379 or 4032982. OLE color: 4032982.

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

Color convert

RGB 214 137 61 -
CMYK 0 0.36 0.71 0.16
HSL 29.8º 0.65% 0.54% -
HSV(B) 29.8º 0.71% 0.84% -
XYZ 37.52 32.52 8.72 -
YUV 151.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 214 137 61 0 0.36 0.71 0.16 29.8 0.65 0.54
Hex D6 89 3D 0 24 47 10 1E 41 36
Octal 326 211 75 0 44 107 20 36 101 66
Binary 11010110 10001001 111101 0 100100 1000111 10000 11110 1000001 110110

Color Harmonies of #D6893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6893D

Black with #D6893D

Text Example


Text Example

White with #D6893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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