Html Css Color HEX #D6833F Peru

📋 copy color: '#D6833F'

red 214 ◦ green 131 ◦ blue 63

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

Shades of Peru #D6833F

Tints of Peru #D6833F

RGB

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

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

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

R = 52.45%
G = 32.11%
B = 15.44%

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

#D6833F (or 0xD6833F) is known color: Peru. HEX triplet: D6, 83 and 3F. RGB value is (214,131,63). Sum of RGB (Red+Green+Blue) = 214+131+63=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6833F is #297CC0. Grayscale: #949494. Windows color (decimal): -2718913 or 4162518. OLE color: 4162518.

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

Color convert

RGB 214 131 63 -
CMYK 0 0.39 0.71 0.16
HSL 27.02º 0.65% 0.54% -
HSV(B) 27.02º 0.71% 0.84% -
XYZ 36.75 30.89 8.73 -
YUV 148.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 214 131 63 0 0.39 0.71 0.16 27.02 0.65 0.54
Hex D6 83 3F 0 27 47 10 1B 41 36
Octal 326 203 77 0 47 107 20 33 101 66
Binary 11010110 10000011 111111 0 100111 1000111 10000 11011 1000001 110110

Color Harmonies of #D6833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6833F

Black with #D6833F

Text Example


Text Example

White with #D6833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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