Html Css Color HEX #D6854B Raw Sienna

📋 copy color: '#D6854B'

red 214 ◦ green 133 ◦ blue 75

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

Shades of Raw Sienna #D6854B

Tints of Raw Sienna #D6854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 50.71%
G = 31.52%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6854B (or 0xD6854B) is known color: Raw Sienna. HEX triplet: D6, 85 and 4B. RGB value is (214,133,75). Sum of RGB (Red+Green+Blue) = 214+133+75=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6854B is #297AB4. Grayscale: #969696. Windows color (decimal): -2718389 or 4949462. OLE color: 4949462.

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

Color convert

RGB 214 133 75 -
CMYK 0 0.38 0.65 0.16
HSL 25.04º 0.63% 0.57% -
HSV(B) 25.04º 0.65% 0.84% -
XYZ 37.39 31.58 10.78 -
YUV 150.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 214 133 75 0 0.38 0.65 0.16 25.04 0.63 0.57
Hex D6 85 4B 0 26 41 10 19 3F 39
Octal 326 205 113 0 46 101 20 31 77 71
Binary 11010110 10000101 1001011 0 100110 1000001 10000 11001 111111 111001

Color Harmonies of #D6854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6854B

Black with #D6854B

Text Example


Text Example

White with #D6854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6854B; }

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

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

background-color css

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

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

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

border-color css

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

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

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