Html Css Color HEX #D6874C Raw Sienna

📋 copy color: '#D6874C'

red 214 ◦ green 135 ◦ blue 76

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

Shades of Raw Sienna #D6874C

Tints of Raw Sienna #D6874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 50.35%
G = 31.76%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6874C (or 0xD6874C) is known color: Raw Sienna. HEX triplet: D6, 87 and 4C. RGB value is (214,135,76). Sum of RGB (Red+Green+Blue) = 214+135+76=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6874C is #2978B3. Grayscale: #989898. Windows color (decimal): -2717876 or 5015510. OLE color: 5015510.

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

Color convert

RGB 214 135 76 -
CMYK 0 0.37 0.64 0.16
HSL 25.65º 0.63% 0.57% -
HSV(B) 25.65º 0.64% 0.84% -
XYZ 37.7 32.15 11.06 -
YUV 151.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 214 135 76 0 0.37 0.64 0.16 25.65 0.63 0.57
Hex D6 87 4C 0 25 40 10 1A 3F 39
Octal 326 207 114 0 45 100 20 32 77 71
Binary 11010110 10000111 1001100 0 100101 1000000 10000 11010 111111 111001

Color Harmonies of #D6874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6874C

Black with #D6874C

Text Example


Text Example

White with #D6874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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