Html Css Color HEX #D6874F Raw Sienna

📋 copy color: '#D6874F'

red 214 ◦ green 135 ◦ blue 79

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

Shades of Raw Sienna #D6874F

Tints of Raw Sienna #D6874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

 BLUE value IS 79 (31.25% from 255) = 18.46%

R = 50%
G = 31.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6874F (or 0xD6874F) is known color: Raw Sienna. HEX triplet: D6, 87 and 4F. RGB value is (214,135,79). Sum of RGB (Red+Green+Blue) = 214+135+79=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6874F is #2978B0. Grayscale: #989898. Windows color (decimal): -2717873 or 5212118. OLE color: 5212118.

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

Color convert

RGB 214 135 79 -
CMYK 0 0.37 0.63 0.16
HSL 24.89º 0.62% 0.57% -
HSV(B) 24.89º 0.63% 0.84% -
XYZ 37.81 32.19 11.62 -
YUV 152.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 214 135 79 0 0.37 0.63 0.16 24.89 0.62 0.57
Hex D6 87 4F 0 25 3F 10 19 3E 39
Octal 326 207 117 0 45 77 20 31 76 71
Binary 11010110 10000111 1001111 0 100101 111111 10000 11001 111110 111001

Color Harmonies of #D6874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6874F

Black with #D6874F

Text Example


Text Example

White with #D6874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6874F; }

 p { color: rgb(214,135,79); }

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

background-color css

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

 a { background-color: rgb(214,135,79); }

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

border-color css

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

 span { border-color: rgb(214,135,79); }

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