Html Css Color HEX #D6874B Raw Sienna

📋 copy color: '#D6874B'

red 214 ◦ green 135 ◦ blue 75

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

Shades of Raw Sienna #D6874B

Tints of Raw Sienna #D6874B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 50.47%
G = 31.84%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6874B (or 0xD6874B) is known color: Raw Sienna. HEX triplet: D6, 87 and 4B. RGB value is (214,135,75). Sum of RGB (Red+Green+Blue) = 214+135+75=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6874B is #2978B4. Grayscale: #989898. Windows color (decimal): -2717877 or 4949974. OLE color: 4949974.

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

Color convert

RGB 214 135 75 -
CMYK 0 0.37 0.65 0.16
HSL 25.9º 0.63% 0.57% -
HSV(B) 25.9º 0.65% 0.84% -
XYZ 37.67 32.13 10.87 -
YUV 151.78 84.67 172.38 -
System Red Green Blue C M Y K H S L
Decimal 214 135 75 0 0.37 0.65 0.16 25.9 0.63 0.57
Hex D6 87 4B 0 25 41 10 1A 3F 39
Octal 326 207 113 0 45 101 20 32 77 71
Binary 11010110 10000111 1001011 0 100101 1000001 10000 11010 111111 111001

Color Harmonies of #D6874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6874B

Black with #D6874B

Text Example


Text Example

White with #D6874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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