Html Css Color HEX #D6764D Raw Sienna

📋 copy color: '#D6764D'

red 214 ◦ green 118 ◦ blue 77

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

Shades of Raw Sienna #D6764D

Tints of Raw Sienna #D6764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 52.32%
G = 28.85%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6764D (or 0xD6764D) is known color: Raw Sienna. HEX triplet: D6, 76 and 4D. RGB value is (214,118,77). Sum of RGB (Red+Green+Blue) = 214+118+77=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6764D is #2989B2. Grayscale: #8E8E8E. Windows color (decimal): -2722227 or 5076694. OLE color: 5076694.

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

Color convert

RGB 214 118 77 -
CMYK 0 0.45 0.64 0.16
HSL 17.96º 0.63% 0.57% -
HSV(B) 17.96º 0.64% 0.84% -
XYZ 35.55 27.79 10.51 -
YUV 142.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 214 118 77 0 0.45 0.64 0.16 17.96 0.63 0.57
Hex D6 76 4D 0 2D 40 10 12 3F 39
Octal 326 166 115 0 55 100 20 22 77 71
Binary 11010110 1110110 1001101 0 101101 1000000 10000 10010 111111 111001

Color Harmonies of #D6764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6764D

Black with #D6764D

Text Example


Text Example

White with #D6764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6764D; }

 p { color: rgb(214,118,77); }

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

background-color css

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

 a { background-color: rgb(214,118,77); }

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

border-color css

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

 span { border-color: rgb(214,118,77); }

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