Html Css Color HEX #D6864F Raw Sienna

📋 copy color: '#D6864F'

red 214 ◦ green 134 ◦ blue 79

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

Shades of Raw Sienna #D6864F

Tints of Raw Sienna #D6864F

RGB

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

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

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

R = 50.12%
G = 31.38%
B = 18.5%

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

#D6864F (or 0xD6864F) is known color: Raw Sienna. HEX triplet: D6, 86 and 4F. RGB value is (214,134,79). Sum of RGB (Red+Green+Blue) = 214+134+79=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6864F is #2979B0. Grayscale: #979797. Windows color (decimal): -2718129 or 5211862. OLE color: 5211862.

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

Color convert

RGB 214 134 79 -
CMYK 0 0.37 0.63 0.16
HSL 24.44º 0.62% 0.57% -
HSV(B) 24.44º 0.63% 0.84% -
XYZ 37.67 31.91 11.57 -
YUV 151.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 214 134 79 0 0.37 0.63 0.16 24.44 0.62 0.57
Hex D6 86 4F 0 25 3F 10 18 3E 39
Octal 326 206 117 0 45 77 20 30 76 71
Binary 11010110 10000110 1001111 0 100101 111111 10000 11000 111110 111001

Color Harmonies of #D6864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6864F

Black with #D6864F

Text Example


Text Example

White with #D6864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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