Html Css Color HEX #D68650 Raw Sienna

📋 copy color: '#D68650'

red 214 ◦ green 134 ◦ blue 80

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

Shades of Raw Sienna #D68650

Tints of Raw Sienna #D68650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 50%
G = 31.31%
B = 18.69%

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

#D68650 (or 0xD68650) is known color: Raw Sienna. HEX triplet: D6, 86 and 50. RGB value is (214,134,80). Sum of RGB (Red+Green+Blue) = 214+134+80=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D68650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68650 is #2979AF. Grayscale: #989898. Windows color (decimal): -2718128 or 5277398. OLE color: 5277398.

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

Color convert

RGB 214 134 80 -
CMYK 0 0.37 0.63 0.16
HSL 24.18º 0.62% 0.58% -
HSV(B) 24.18º 0.63% 0.84% -
XYZ 37.7 31.93 11.76 -
YUV 151.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 214 134 80 0 0.37 0.63 0.16 24.18 0.62 0.58
Hex D6 86 50 0 25 3F 10 18 3E 3A
Octal 326 206 120 0 45 77 20 30 76 72
Binary 11010110 10000110 1010000 0 100101 111111 10000 11000 111110 111010

Color Harmonies of #D68650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68650

Black with #D68650

Text Example


Text Example

White with #D68650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68650; }

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

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

background-color css

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

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

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

border-color css

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

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

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