Html Css Color HEX #D6833D Peru

📋 copy color: '#D6833D'

red 214 ◦ green 131 ◦ blue 61

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

Shades of Peru #D6833D

Tints of Peru #D6833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 52.71%
G = 32.27%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6833D (or 0xD6833D) is known color: Peru. HEX triplet: D6, 83 and 3D. RGB value is (214,131,61). Sum of RGB (Red+Green+Blue) = 214+131+61=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6833D is #297CC2. Grayscale: #949494. Windows color (decimal): -2718915 or 4031446. OLE color: 4031446.

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

Color convert

RGB 214 131 61 -
CMYK 0 0.39 0.71 0.16
HSL 27.45º 0.65% 0.54% -
HSV(B) 27.45º 0.71% 0.84% -
XYZ 36.69 30.87 8.44 -
YUV 147.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 214 131 61 0 0.39 0.71 0.16 27.45 0.65 0.54
Hex D6 83 3D 0 27 47 10 1B 41 36
Octal 326 203 75 0 47 107 20 33 101 66
Binary 11010110 10000011 111101 0 100111 1000111 10000 11011 1000001 110110

Color Harmonies of #D6833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6833D

Black with #D6833D

Text Example


Text Example

White with #D6833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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