Html Css Color HEX #D6833C Peru

📋 copy color: '#D6833C'

red 214 ◦ green 131 ◦ blue 60

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

Shades of Peru #D6833C

Tints of Peru #D6833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 52.84%
G = 32.35%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6833C (or 0xD6833C) is known color: Peru. HEX triplet: D6, 83 and 3C. RGB value is (214,131,60). Sum of RGB (Red+Green+Blue) = 214+131+60=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6833C is #297CC3. Grayscale: #949494. Windows color (decimal): -2718916 or 3965910. OLE color: 3965910.

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

Color convert

RGB 214 131 60 -
CMYK 0 0.39 0.72 0.16
HSL 27.66º 0.65% 0.54% -
HSV(B) 27.66º 0.72% 0.84% -
XYZ 36.66 30.85 8.3 -
YUV 147.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 214 131 60 0 0.39 0.72 0.16 27.66 0.65 0.54
Hex D6 83 3C 0 27 48 10 1C 41 36
Octal 326 203 74 0 47 110 20 34 101 66
Binary 11010110 10000011 111100 0 100111 1001000 10000 11100 1000001 110110

Color Harmonies of #D6833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6833C

Black with #D6833C

Text Example


Text Example

White with #D6833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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