Html Css Color HEX #D6894A Raw Sienna

📋 copy color: '#D6894A'

red 214 ◦ green 137 ◦ blue 74

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

Shades of Raw Sienna #D6894A

Tints of Raw Sienna #D6894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.24%

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 50.35%
G = 32.24%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6894A (or 0xD6894A) is known color: Raw Sienna. HEX triplet: D6, 89 and 4A. RGB value is (214,137,74). Sum of RGB (Red+Green+Blue) = 214+137+74=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6894A is #2976B5. Grayscale: #999999. Windows color (decimal): -2717366 or 4884950. OLE color: 4884950.

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

Color convert

RGB 214 137 74 -
CMYK 0 0.36 0.65 0.16
HSL 27º 0.63% 0.56% -
HSV(B) 27º 0.65% 0.84% -
XYZ 37.91 32.68 10.79 -
YUV 152.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 214 137 74 0 0.36 0.65 0.16 27 0.63 0.56
Hex D6 89 4A 0 24 41 10 1B 3F 38
Octal 326 211 112 0 44 101 20 33 77 70
Binary 11010110 10001001 1001010 0 100100 1000001 10000 11011 111111 111000

Color Harmonies of #D6894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6894A

Black with #D6894A

Text Example


Text Example

White with #D6894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6894A; }

 p { color: rgb(214,137,74); }

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

background-color css

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

 a { background-color: rgb(214,137,74); }

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

border-color css

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

 span { border-color: rgb(214,137,74); }

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