Html Css Color HEX #D6893A Peru

📋 copy color: '#D6893A'

red 214 ◦ green 137 ◦ blue 58

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

Shades of Peru #D6893A

Tints of Peru #D6893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 52.32%
G = 33.5%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6893A (or 0xD6893A) is known color: Peru. HEX triplet: D6, 89 and 3A. RGB value is (214,137,58). Sum of RGB (Red+Green+Blue) = 214+137+58=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6893A is #2976C5. Grayscale: #979797. Windows color (decimal): -2717382 or 3836374. OLE color: 3836374.

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

Color convert

RGB 214 137 58 -
CMYK 0 0.36 0.73 0.16
HSL 30.38º 0.66% 0.53% -
HSV(B) 30.38º 0.73% 0.84% -
XYZ 37.44 32.49 8.3 -
YUV 151.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 214 137 58 0 0.36 0.73 0.16 30.38 0.66 0.53
Hex D6 89 3A 0 24 49 10 1E 42 35
Octal 326 211 72 0 44 111 20 36 102 65
Binary 11010110 10001001 111010 0 100100 1001001 10000 11110 1000010 110101

Color Harmonies of #D6893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6893A

Black with #D6893A

Text Example


Text Example

White with #D6893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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