Html Css Color HEX #D6864C Raw Sienna

📋 copy color: '#D6864C'

red 214 ◦ green 134 ◦ blue 76

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

Shades of Raw Sienna #D6864C

Tints of Raw Sienna #D6864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 50.47%
G = 31.6%
B = 17.92%

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

#D6864C (or 0xD6864C) is known color: Raw Sienna. HEX triplet: D6, 86 and 4C. RGB value is (214,134,76). Sum of RGB (Red+Green+Blue) = 214+134+76=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6864C is #2979B3. Grayscale: #979797. Windows color (decimal): -2718132 or 5015254. OLE color: 5015254.

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

Color convert

RGB 214 134 76 -
CMYK 0 0.37 0.64 0.16
HSL 25.22º 0.63% 0.57% -
HSV(B) 25.22º 0.64% 0.84% -
XYZ 37.56 31.87 11.01 -
YUV 151.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 214 134 76 0 0.37 0.64 0.16 25.22 0.63 0.57
Hex D6 86 4C 0 25 40 10 19 3F 39
Octal 326 206 114 0 45 100 20 31 77 71
Binary 11010110 10000110 1001100 0 100101 1000000 10000 11001 111111 111001

Color Harmonies of #D6864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6864C

Black with #D6864C

Text Example


Text Example

White with #D6864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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