Html Css Color HEX #D68B45 Peru

📋 copy color: '#D68B45'

red 214 ◦ green 139 ◦ blue 69

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

Shades of Peru #D68B45

Tints of Peru #D68B45

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 50.71%
G = 32.94%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D68B45 (or 0xD68B45) is known color: Peru. HEX triplet: D6, 8B and 45. RGB value is (214,139,69). Sum of RGB (Red+Green+Blue) = 214+139+69=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B45 is #2974BA. Grayscale: #999999. Windows color (decimal): -2716859 or 4557782. OLE color: 4557782.

HSL color Cylindrical-coordinate representation of color #D68B45: hue angle of 28.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D68B45 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 139 69 -
CMYK 0 0.35 0.68 0.16
HSL 28.97º 0.64% 0.55% -
HSV(B) 28.97º 0.68% 0.84% -
XYZ 38.04 33.19 10.03 -
YUV 153.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 214 139 69 0 0.35 0.68 0.16 28.97 0.64 0.55
Hex D6 8B 45 0 23 44 10 1D 40 37
Octal 326 213 105 0 43 104 20 35 100 67
Binary 11010110 10001011 1000101 0 100011 1000100 10000 11101 1000000 110111

Color Harmonies of #D68B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B45

Black with #D68B45

Text Example


Text Example

White with #D68B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B45; }

 p { color: rgb(214,139,69); }

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

background-color css

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

 a { background-color: rgb(214,139,69); }

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

border-color css

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

 span { border-color: rgb(214,139,69); }

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